Class WindowMaximizedEvent
D class that wraps SDL_WINDOWEVENT_MAXIMIZED
SDL_WINDOWEVENT
SDL_Event
s
Fields
Name | Type | Description |
---|---|---|
sdlEvent
|
sdl | Internal SDL_Event struct
|
Properties
Name | Type | Description |
---|---|---|
sdlEventType [get]
|
uint | Gets the SDL_EventType of the underlying SDL_Event
|
timestamp [get]
|
inout(uint) | Proxy to the timestamp of the dsdl2
|
Methods
Name | Description |
---|---|
fromSDL
(sdlEvent)
|
Turns a vanilla SDL_Event from bindbc-sdl to dsdl2
|