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

An event indicating that a keyboard key has been released. More...

#include <input_events.hpp>

Inheritance diagram for molybden::KeyReleased:
molybden::KeyEvent

Public Member Functions

 KeyReleased (KeyCode code, KeyModifiers modifiers, KeyLocation location)
 

Additional Inherited Members

- Public Attributes inherited from molybden::KeyEvent
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 inherited from molybden::KeyEvent
 KeyEvent (KeyCode code, KeyModifiers modifiers, KeyLocation location)
 

Detailed Description

An event indicating that a keyboard key has been released.


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