Skip to main content
Module

x/sdl_ts/mod.ts>SDL.Event

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

Properties

private
readonly
_view: PlatformDataView<Event>
readonly
_data: Uint8Array
readonly
common: CommonEvent
readonly
display: DisplayEvent
readonly
key: KeyboardEvent
readonly
mousebutton: MouseButtonEvent
readonly
mousemotion: MouseMotionEvent
readonly
mousewheel: MouseWheelEvent
readonly
type: EventType
readonly
window: WindowEvent