Skip to main content
Module

x/sdl_ts/mod.ts>SDL.MouseWheelEvent

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

Constructors

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

Properties

readonly
direction: u32
readonly
preciseX: f32
readonly
preciseY: f32
readonly
timestamp: u32
readonly
type: EventType
readonly
which: u32
readonly
windowID: u32
readonly
x: i32
readonly
y: i32