Castor3D
0.11.0
Multiplatform 3D engine
|
Fonctions membres publiques | |
MouseEventHandler () | |
Fonctions membres publiques hérités de castor3d::EventHandler | |
EventHandler (bool catchMouseEvents) | |
virtual | ~EventHandler () |
void | processEvents () |
void | pushEvent (MouseEvent const &event) |
void | connect (MouseEventType event, ClientMouseFunction function) |
void | pushEvent (KeyboardEvent const &event) |
void | connect (KeyboardEventType event, ClientKeyboardFunction function) |
bool | catchesMouseEvents () const |
void | setCatchesMouseEvents (bool value) |
void | pushEvent (HandlerEvent const &event) |
void | connect (HandlerEventType event, ClientHandlerFunction function) |
bool | catchesTabKey () const |
bool | catchesReturnKey () const |
|
inline |