![]() |
Gamedev Framework (gf)
0.2.0
A C++11 framework for 2D games
|
State of modifiers. More...
#include <gf/Keyboard.h>
Public Attributes | |
| bool | shift |
| Is the Shift key pressed? More... | |
| bool | control |
| Is the Control key pressed? More... | |
| bool | alt |
| Is the Alt key pressed? More... | |
| bool | super |
| Is the Super key pressed? More... | |
State of modifiers.
| bool gf::Modifiers::alt |
Is the Alt key pressed?
| bool gf::Modifiers::control |
Is the Control key pressed?
| bool gf::Modifiers::shift |
Is the Shift key pressed?
| bool gf::Modifiers::super |
Is the Super key pressed?
1.8.8