openMSX
|
#include <InputEvents.hh>
Public Member Functions | |
MouseMotionEvent (int xrel, int yrel, int xabs, int yabs) | |
int | getX () const |
int | getY () const |
int | getAbsX () const |
int | getAbsY () const |
TclObject | toTclList () const override |
Similar to toString(), but retains the structure of the event. More... | |
![]() | |
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... | |
Additional Inherited Members | |
![]() | |
TimedEvent (EventType type) | |
~TimedEvent ()=default | |
![]() | |
Event (EventType type_) | |
~Event ()=default | |
Definition at line 119 of file InputEvents.hh.
openmsx::MouseMotionEvent::MouseMotionEvent | ( | int | xrel, |
int | yrel, | ||
int | xabs, | ||
int | yabs | ||
) |
Definition at line 128 of file InputEvents.cc.
|
inline |
Definition at line 125 of file InputEvents.hh.
Referenced by toTclList().
|
inline |
Definition at line 126 of file InputEvents.hh.
Referenced by toTclList().
|
inline |
Definition at line 123 of file InputEvents.hh.
Referenced by toTclList().
|
inline |
Definition at line 124 of file InputEvents.hh.
Referenced by toTclList().
|
overridevirtual |
Similar to toString(), but retains the structure of the event.
Implements openmsx::Event.
Definition at line 135 of file InputEvents.cc.
References getAbsX(), getAbsY(), getX(), getY(), and openmsx::makeTclList().