Class DisplayDisconnectedEvent
D class that wraps SDL_DISPLAYEVENT_DISCONNECTED
SDL_DISPLAYEVENT
SDL_Event
s (from SDL 2.0.14)
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
|