Class: ewol::SpecialKey


Synopsis:

+        SpecialKey     (void);
+ bool isSetCapsLock (void);
+ bool isSetShift (void);
+ bool isSetCtrl (void);
+ bool isSetMeta (void);
+ bool isSetAlt (void);
+ bool isSetAltGr (void);
+ bool isSetNumLock (void);
+ bool isSetInsert (void);

Detail:

ewol::SpecialKey ()

SpecialKey(void);

Main constructor


isSetCapsLock ()

bool isSetCapsLock(void);

get the current CapLock Status


isSetShift ()

bool isSetShift(void);

get the current Shift key status


isSetCtrl ()

bool isSetCtrl(void);

get the Current Control key status


isSetMeta ()

bool isSetMeta(void);

get the current Meta key status (also named windows or apple key)


isSetAlt ()

bool isSetAlt(void);

get the current Alt key status


isSetAltGr ()

bool isSetAltGr(void);

get the current Alt-Gr key status


isSetNumLock ()

bool isSetNumLock(void);

get the current Ver-num key status


isSetInsert ()

bool isSetInsert(void);

get the current Intert key status