Class MouseButtonUpEvent
D class that wraps SDL_MOUSEBUTTONUP SDL_Events
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 dsdl
|
Methods
| Name | Description |
|---|---|
fromSDL
(sdlEvent)
|
Turns a vanilla SDL_Event from bindbc-sdl to dsdl
|