Robot Devastation
|
Public Member Functions | |
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... | |
Private Attributes | |
AudioManager * | audioManager |
|
inlinevirtual |
k | Key that triggered the event |
Implements rd::InputEventListener.
|
inlinevirtual |
k | Key that triggered the event |
Implements rd::InputEventListener.
|
inlinevirtual |
event | WindowEvent object that wraps the window event |
Implements rd::InputEventListener.