C++ (Qt)inline bool CapsOn( void ){ return (::GetKeyState(VK_CAPITAL) & 0x1);}
C++ (Qt)#define KEY_SHIFTED 0x8000 #define KEY_TOGGLED 0x0001