![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qt_windows.h>
#include <QtCore/qlocale.h>
Go to the source code of this file.
Classes | |
struct | KeyboardLayoutItem |
class | QWindowsKeyMapper |
Translates Windows keys to QWindowSystemInterface events. More... | |
Enumerations | |
enum | WindowsNativeModifiers { ShiftLeft = 0x00000001 , ControlLeft = 0x00000002 , AltLeft = 0x00000004 , MetaLeft = 0x00000008 , ShiftRight = 0x00000010 , ControlRight = 0x00000020 , AltRight = 0x00000040 , MetaRight = 0x00000080 , CapsLock = 0x00000100 , NumLock = 0x00000200 , ScrollLock = 0x00000400 , ExtendedKey = 0x01000000 , ShiftAny = 0x00000011 , ControlAny = 0x00000022 , AltAny = 0x00000044 , MetaAny = 0x00000088 , LockAny = 0x00000700 } |
Enumerator | |
---|---|
ShiftLeft | |
ControlLeft | |
AltLeft | |
MetaLeft | |
ShiftRight | |
ControlRight | |
AltRight | |
MetaRight | |
CapsLock | |
NumLock | |
ScrollLock | |
ExtendedKey | |
ShiftAny | |
ControlAny | |
AltAny | |
MetaAny | |
LockAny |
Definition at line 81 of file qwindowskeymapper.h.