![]() |
nCine
2025.04.r498-9d36345
A cross-platform 2D game engine
|
Information about the keyboard state. More...
#include <InputEvents.h>
Public Member Functions | |
virtual bool | isKeyDown (KeySym key) const =0 |
Returns true if the specified key is down this frame. | |
virtual bool | isKeyPressed (KeySym key) const =0 |
Returns true if the specified key went from not down to down this frame. | |
virtual bool | isKeyReleased (KeySym key) const =0 |
Returns true if the specified key went from down to not down this frame. | |
Information about the keyboard state.