openMSX
Public Member Functions | List of all members
openmsx::MouseMotionGroupEvent Class Referencefinal

#include <InputEvents.hh>

Inheritance diagram for openmsx::MouseMotionGroupEvent:
Inheritance graph
[legend]
Collaboration diagram for openmsx::MouseMotionGroupEvent:
Collaboration graph
[legend]

Public Member Functions

 MouseMotionGroupEvent ()
 
TclObject toTclList () const override
 Similar to toString(), but retains the structure of the event. More...
 
- Public Member Functions inherited from openmsx::Event
 Event (const Event &)=delete
 
Eventoperator= (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...
 

Additional Inherited Members

- Protected Member Functions inherited from openmsx::Event
 Event (EventType type_)
 
 ~Event ()=default
 

Detailed Description

Definition at line 123 of file InputEvents.hh.

Constructor & Destructor Documentation

◆ MouseMotionGroupEvent()

openmsx::MouseMotionGroupEvent::MouseMotionGroupEvent ( )

Definition at line 155 of file InputEvents.cc.

Member Function Documentation

◆ toTclList()

TclObject openmsx::MouseMotionGroupEvent::toTclList ( ) const
overridevirtual

Similar to toString(), but retains the structure of the event.

Implements openmsx::Event.

Definition at line 160 of file InputEvents.cc.

References openmsx::Event::getType(), openmsx::makeTclList(), and openmsx::OPENMSX_MOUSE_MOTION_EVENT.


The documentation for this class was generated from the following files: