Information about the keyboard state.
More...
#include <InputEvents.h>
|
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.
The documentation for this class was generated from the following file: