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

#include <Event.hh>

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

Public Member Functions

 MouseMotionEvent (int xrel_, int yrel_, int xabs_, int yabs_)
 
int getX () const
 
int getY () const
 
int getAbsX () const
 
int getAbsY () const
 
- Public Member Functions inherited from openmsx::TimedEvent
uint64_t getRealTime () const
 

Detailed Description

Definition at line 179 of file Event.hh.

Constructor & Destructor Documentation

◆ MouseMotionEvent()

openmsx::MouseMotionEvent::MouseMotionEvent ( int  xrel_,
int  yrel_,
int  xabs_,
int  yabs_ 
)
inline

Definition at line 182 of file Event.hh.

Member Function Documentation

◆ getAbsX()

int openmsx::MouseMotionEvent::getAbsX ( ) const
inline

Definition at line 188 of file Event.hh.

◆ getAbsY()

int openmsx::MouseMotionEvent::getAbsY ( ) const
inline

Definition at line 189 of file Event.hh.

◆ getX()

int openmsx::MouseMotionEvent::getX ( ) const
inline

Definition at line 186 of file Event.hh.

◆ getY()

int openmsx::MouseMotionEvent::getY ( ) const
inline

Definition at line 187 of file Event.hh.


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