openMSX
Public Member Functions | Protected Member Functions | List of all members
openmsx::MouseButtonEvent Class Reference

#include <Event.hh>

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

Public Member Functions

auto getButton () const
 
- Public Member Functions inherited from openmsx::SdlEvent
 SdlEvent (const SDL_Event &e)
 
const SDL_Event & getSdlEvent () const
 
const SDL_CommonEvent & getCommonSdlEvent () const
 

Protected Member Functions

 MouseButtonEvent (const SDL_Event &e)
 

Additional Inherited Members

- Protected Attributes inherited from openmsx::SdlEvent
SDL_Event evt
 

Detailed Description

Definition at line 105 of file Event.hh.

Constructor & Destructor Documentation

◆ MouseButtonEvent()

openmsx::MouseButtonEvent::MouseButtonEvent ( const SDL_Event &  e)
inlineexplicitprotected

Definition at line 111 of file Event.hh.

Member Function Documentation

◆ getButton()

auto openmsx::MouseButtonEvent::getButton ( ) const
inline

Definition at line 108 of file Event.hh.

References openmsx::SdlEvent::evt.


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