Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qwindowskeymapper.h File Reference

(64e1744a579b50a19cda2433094a4fc9b8ed61ba)

#include <QtCore/qt_windows.h>
#include <QtCore/qlocale.h>
#include <qpa/qplatformkeymapper.h>
+ Include dependency graph for qwindowskeymapper.h:
+ This graph shows which files directly or indirectly include this file:

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
}
 

Enumeration Type Documentation

◆ WindowsNativeModifiers

Enumerator
ShiftLeft 
ControlLeft 
AltLeft 
MetaLeft 
ShiftRight 
ControlRight 
AltRight 
MetaRight 
CapsLock 
NumLock 
ScrollLock 
ExtendedKey 
ShiftAny 
ControlAny 
AltAny 
MetaAny 
LockAny 

Definition at line 83 of file qwindowskeymapper.h.