载入中...
搜索中...
未找到
Event.h
浏览该文件的文档.
Definition Event.h:70
A named event carrying an ordered list of Variant payloads. Pushed messages are heap-allocated; the q...
Definition Event.h:56
Definition Event.h:12
void pump() override
Pumps the event queue. This function gathers all the pending input information from devices and place...
Definition Event.cpp:31
Message * wait() override
Waits for the next event (indefinitely). Useful for creating games where the screen and game state on...
Definition Event.cpp:47
Definition Event.cpp:13