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

#include <Event.hh>

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

Public Member Functions

 SdlEvent (const SDL_Event &e)
 
const SDL_Event & getSdlEvent () const
 
const SDL_CommonEvent & getCommonSdlEvent () const
 

Protected Attributes

SDL_Event evt
 

Detailed Description

Definition at line 29 of file Event.hh.

Constructor & Destructor Documentation

◆ SdlEvent()

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

Definition at line 32 of file Event.hh.

Member Function Documentation

◆ getCommonSdlEvent()

const SDL_CommonEvent & openmsx::SdlEvent::getCommonSdlEvent ( ) const
inline

Definition at line 34 of file Event.hh.

References evt.

◆ getSdlEvent()

const SDL_Event & openmsx::SdlEvent::getSdlEvent ( ) const
inline

Definition at line 33 of file Event.hh.

References evt.

Member Data Documentation

◆ evt

SDL_Event openmsx::SdlEvent::evt
protected

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