Nirtcpp 2.1.0
Nirtcpp is a high-performance c++ graphics engine.
Loading...
Searching...
No Matches
nirt::SEvent::SKeyInput Class Reference

Any kind of keyboard event. More...

#include <nirtcpp/core/engine/IEventReceiver.hpp>

Public Attributes

wchar_t Char
 Character corresponding to the key (0, if not a character, value undefined in key releases)
 
EKEY_CODE Key
 Key which has been pressed or released.
 
bool PressedDown:1
 If not true, then the key was left up.
 
bool Shift:1
 True if shift was also pressed.
 
bool Control:1
 True if ctrl was also pressed.
 

Detailed Description

Any kind of keyboard event.


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

Nirtcpp    @cppfx.xyz

Utxcpp    utx::print