Molybden API
Loading...
Searching...
No Matches
molybden::KeyEvent Struct Reference

A common interface that all keyboard events must extend. More...

#include <input_events.hpp>

Inheritance diagram for molybden::KeyEvent:
molybden::KeyPressed molybden::KeyReleased molybden::KeyTyped

Public Attributes

KeyCode code
 The code of the key.
 
KeyModifiers modifiers
 The keyboard modifiers applied.
 
KeyLocation location
 The location of the key on the keyboard.
 

Protected Member Functions

 KeyEvent (KeyCode code, KeyModifiers modifiers, KeyLocation location)
 

Detailed Description

A common interface that all keyboard events must extend.


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