Skip to main content
Module

x/sdl_ts/mod.ts>SDL.WindowEvent

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

Constructors

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

Properties

readonly
data1: i32
readonly
data2: i32
readonly
event: WindowEventID
readonly
timestamp: u32
readonly
type: EventType
readonly
windowID: u32