|
Hymn to Beauty
C++ 3D Engine
|
The information needed to identify a button. More...
#include <Input.hpp>
Public Attributes | |
| char | action [255] |
| A string describing the action, e.g "Fire". More... | |
| int | key |
| The GLFW key to press. More... | |
| int | state |
| The GLFW state of that key. More... | |
The information needed to identify a button.
| char Input::Button::action[255] |
A string describing the action, e.g "Fire".
| int Input::Button::key |
The GLFW key to press.
| int Input::Button::state |
The GLFW state of that key.