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

int getX () const
 
int getY () const
 
int getAbsX () const
 
int getAbsY () const
 
 SdlEvent (const SDL_Event &e)
 
- Public Member Functions inherited from openmsx::SdlEvent
 SdlEvent (const SDL_Event &e)
 
const SDL_Event & getSdlEvent () const
 
const SDL_CommonEvent & getCommonSdlEvent () const
 

Additional Inherited Members

- Protected Attributes inherited from openmsx::SdlEvent
SDL_Event evt
 

Detailed Description

Definition at line 143 of file Event.hh.

Member Function Documentation

◆ getAbsX()

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

Definition at line 150 of file Event.hh.

References openmsx::SdlEvent::evt.

◆ getAbsY()

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

Definition at line 151 of file Event.hh.

References openmsx::SdlEvent::evt.

◆ getX()

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

Definition at line 148 of file Event.hh.

References openmsx::SdlEvent::evt.

◆ getY()

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

Definition at line 149 of file Event.hh.

References openmsx::SdlEvent::evt.

◆ SdlEvent()

openmsx::SdlEvent::SdlEvent ( const SDL_Event &  e)
inlineexplicit

Definition at line 32 of file Event.hh.


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