OpenlayersMouseEvent: (MouseEvent | TouchEvent) & {
    lastTouches?: TouchData[];
    xy: Pixel;
}