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

#include <Event.hh>

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

Static Public Member Functions

static KeyUpEvent create (SDL_Keycode code, SDL_Keymod mod=KMOD_NONE)
 

Additional Inherited Members

- Public Member Functions inherited from openmsx::KeyEvent
bool getRepeat () const
 
SDL_Keycode getKeyCode () const
 
SDL_Scancode getScanCode () const
 
uint16_t getModifiers () const
 
uint32_t getUnicode () const
 
SDLKey getKey () 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
 
- Protected Attributes inherited from openmsx::SdlEvent
SDL_Event evt
 

Detailed Description

Definition at line 57 of file Event.hh.

Member Function Documentation

◆ create()

static KeyUpEvent openmsx::KeyUpEvent::create ( SDL_Keycode  code,
SDL_Keymod  mod = KMOD_NONE 
)
inlinestatic

Definition at line 62 of file Event.hh.

References openmsx::SdlEvent::evt.

Referenced by TEST_CASE().


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