Skip to main content
Module

x/sdl_ts/mod.ts>SDL.WindowEventID

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

Members

CLOSE = 14
DISPLAY_CHANGED = 18
ENTER = 10
EXPOSED = 3
FOCUS_GAINED = 12
FOCUS_LOST = 13
HIDDEN = 2
HIT_TEST = 16
ICCPROF_CHANGED = 17
LEAVE = 11
MAXIMIZED = 8
MINIMIZED = 7
MOVED = 4
NONE = 0
RESIZED = 5
RESTORED = 9
SHOWN = 1
SIZE_CHANGED = 6
TAKE_FOCUS = 15