|
| virtual bool | onKeyDown (const Key &k) |
| | This function will be called whenever a key is pressed on the keyboard. More...
|
| |
| virtual bool | onKeyUp (const Key &k) |
| | This function will be called whenever a key is released on the keyboard. More...
|
| |
| virtual bool | onWindowEvent (const WindowEvent &event) |
| | This function will be called whenever a window event is raised. More...
|
| |
◆ onKeyDown()
| virtual bool rd::test::TestEventListener::onKeyDown |
( |
const Key & |
k | ) |
|
|
inlinevirtual |
◆ onKeyUp()
| virtual bool rd::test::TestEventListener::onKeyUp |
( |
const Key & |
k | ) |
|
|
inlinevirtual |
◆ onWindowEvent()
| virtual bool rd::test::TestEventListener::onWindowEvent |
( |
const WindowEvent & |
event | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file:
- tests/testInputManager.cpp