atelier v0.0.1 (2018-09-29T13:22:57Z)
Dub
Repo
Event
common
event
Undocumented in source.
struct
Event {
this
(EventType _type);
EventType
type
;
string
id
;
union
__anonymous
;
}
Constructors
this
this
(EventType _type)
Undocumented in source.
Members
Unions
__anonymous
union
__anonymous
Undocumented in source.
Variables
id
string
id
;
Undocumented in source.
type
EventType
type
;
Undocumented in source.
Meta
Source
See Implementation
common
event
enums
EventType
functions
bindKey
destroyEvents
getKeyDown
getMousePos
initializeEvents
isButtonDown
isKeyDown
isRunning
processEvents
sendEvent
signalHandler
stopApplication
updateEvents
structs
Event
WidgetCallback