openMSX
|
#include <InputEvents.hh>
Public Member Functions | |
Keys::KeyCode | getKeyCode () const |
Keys::KeyCode | getScanCode () const |
uint32_t | getUnicode () const |
![]() | |
uint64_t | getRealTime () const |
Query creation time. More... | |
![]() | |
Event (const Event &)=delete | |
Event & | operator= (const Event &)=delete |
EventType | getType () const |
std::string | toString () const |
Get a string representation of this event. More... | |
bool | operator< (const Event &other) const |
bool | operator> (const Event &other) const |
bool | operator<= (const Event &other) const |
bool | operator>= (const Event &other) const |
bool | operator== (const Event &other) const |
bool | operator!= (const Event &other) const |
virtual bool | isRepeatStopper (const Event &) const |
Should 'bind -repeat' be stopped by 'other' event. More... | |
virtual bool | matches (const Event &other) const |
Does this event 'match' the given event. More... | |
Protected Member Functions | |
KeyEvent (EventType type, Keys::KeyCode keyCode, Keys::KeyCode scanCode, uint32_t unicode) | |
~KeyEvent ()=default | |
![]() | |
TimedEvent (EventType type) | |
~TimedEvent ()=default | |
![]() | |
Event (EventType type_) | |
~Event ()=default | |
Definition at line 26 of file InputEvents.hh.
|
protected |
Definition at line 27 of file InputEvents.cc.
|
protecteddefault |
|
inline |
Definition at line 29 of file InputEvents.hh.
|
inline |
Definition at line 30 of file InputEvents.hh.
|
inline |
Definition at line 31 of file InputEvents.hh.