#include <xrb_input_events.hpp>

Public Member Functions | |
| EventKeyRepeat (Key::Code code, Key::Modifier modifier, Float const time) | |
| Constructs an EventKeyRepeat with the given parameters. | |
| virtual | ~EventKeyRepeat () |
| Boring, empty virtual destructor. | |
| virtual bool | IsKeyRepeatEvent () const |
| Override of Xrb::EventKey::IsKeyRepeatEvent to indicate that this is, indeed, a key repeat event. | |
This event indicates a keyboard key has been depressed and is now repeating. There will be one of these events generated for each repetition. This event can be interpreted as a key down event (e.g. in LineEdit and such). There is no equivalent repeat event for key up events.
Definition at line 182 of file xrb_input_events.hpp.
1.5.8