Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/sdl_ts/src/SDL/enums.ts>WindowEventID

SDL TypeScript bindings.
Go to Latest
enum WindowEventID
import { WindowEventID } from "https://deno.land/x/sdl_ts@0.0.3/src/SDL/enums.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