Skip to main content
Module

x/sdl_ts/mod.SDL.ts>WindowEventID

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

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