import { SDL } from "https://deno.land/x/sdl_ts@0.0.6/mod.ts";
const { MouseWheelEvent } = SDL;
Constructors
new
MouseWheelEvent(_data: Uint8Array, _view: PlatformDataView<Event>)Properties
readonly
type: EventTypeimport { SDL } from "https://deno.land/x/sdl_ts@0.0.6/mod.ts";
const { MouseWheelEvent } = SDL;