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
Return: The status value
isSetShift ()
bool isSetShift(void);
get the current Shift key status
Return: The status value
isSetCtrl ()
bool isSetCtrl(void);
get the Current Control key status
Return: The status value
isSetMeta ()
bool isSetMeta(void);
get the current Meta key status (also named windows or apple key)
Return: The status value
isSetAlt ()
bool isSetAlt(void);
get the current Alt key status
Return: The status value
isSetAltGr ()
bool isSetAltGr(void);
get the current Alt-Gr key status
Return: The status value
isSetNumLock ()
bool isSetNumLock(void);
get the current Ver-num key status
Return: The status value
isSetInsert ()
bool isSetInsert(void);
get the current Intert key status
Return: The status value
ewol::SpecialKey ()
SpecialKey(void);
Main constructor
isSetCapsLock ()
bool isSetCapsLock(void);
get the current CapLock Status
-
Return: The status value
isSetShift ()
bool isSetShift(void);
get the current Shift key status
-
Return: The status value
isSetCtrl ()
bool isSetCtrl(void);
get the Current Control key status
-
Return: The status value
isSetMeta ()
bool isSetMeta(void);
get the current Meta key status (also named windows or apple key)
-
Return: The status value
isSetAlt ()
bool isSetAlt(void);
get the current Alt key status
-
Return: The status value
isSetAltGr ()
bool isSetAltGr(void);
get the current Alt-Gr key status
-
Return: The status value
isSetNumLock ()
bool isSetNumLock(void);
get the current Ver-num key status
-
Return: The status value
isSetInsert ()
bool isSetInsert(void);
get the current Intert key status
-
Return: The status value