#include <xrb_input_events.hpp>
Public Member Functions | |
EventKeyDown (Key::Code code, Key::Modifier modifier, Float time) | |
Constructs an EventKeyDown with the given parameters. | |
virtual | ~EventKeyDown () |
Boring, empty virtual destructor. | |
virtual bool | IsKeyDownEvent () const |
Override of Xrb::EventKey::IsKeyDownEvent to indicate that this is, indeed, a key down event. |
This event indicates a keyboard key was depressed. This event indicates only the depression event, not the release event. For the release event, refer to Xrb::EventKeyUp.
Definition at line 124 of file xrb_input_events.hpp.