interface IMotionEvent {
    scrnX: number;
    scrnY: number;
}

Properties

Properties

scrnX: number
scrnY: number