![]() |
cmdfx 0.3.2
Lightweight game engine for your terminal
|
C++ Extensions for the CmdFX Device API. More...
Go to the source code of this file.
Namespaces | |
| namespace | CmdFX |
| Primary namespace for CmdFX. | |
| namespace | CmdFX::Device |
| C++ wrapper for the CmdFX Device API. | |
Functions | |
| std::vector< bool > | CmdFX::Device::getKeyboardKeysPressed () |
| Gets a vector of booleans representing the state of the keyboard keys. | |
| char | CmdFX::Device::fromKeyCode (int keyCode) |
| std::vector< bool > | CmdFX::Device::getMouseButtonsPressed () |
| Gets a vector of mouse buttons that are currently pressed. | |