Skip to main content
Module

x/sdl_ts/mod.ts>SDL.MouseMotionEvent

SDL TypeScript bindings.
Go to Latest
class SDL.MouseMotionEvent
import { SDL } from "https://deno.land/x/sdl_ts@0.0.4/mod.ts";
const { MouseMotionEvent } = SDL;

Constructors

new
MouseMotionEvent(_data: Uint8Array, _view: PlatformDataView<Event>)

Properties

readonly
state: u32
readonly
timestamp: u32
readonly
type: EventType
readonly
which: u32
readonly
windowID: u32
readonly
x: i32
readonly
xrel: i32
readonly
y: i32
readonly
yrel: i32