Public Attributes | List of all members
cpp3ds::Event::KeyEvent Struct Reference

Keyboard event parameters (KeyPressed, KeyReleased) More...

#include <Event.hpp>

Public Attributes

Keyboard::Key code
 Code of the key(s) that has been pressed. More...
 

Detailed Description

Keyboard event parameters (KeyPressed, KeyReleased)

Definition at line 22 of file Event.hpp.

Member Data Documentation

Keyboard::Key cpp3ds::Event::KeyEvent::code

Code of the key(s) that has been pressed.

Definition at line 23 of file Event.hpp.


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