nCine  2025.04.r498-9d36345
A cross-platform 2D game engine
Public Member Functions | List of all members
ncine::KeyboardState Class Referenceabstract

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.
 

Detailed Description

Information about the keyboard state.


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