1 #ifndef __Q_IBUS_TYPES_H_
2 #define __Q_IBUS_TYPES_H_
20 Button3Mask = 1 << 10,
21 Button4Mask = 1 << 11,
22 Button5Mask = 1 << 12,
30 HandledMask = 1 << 24,
31 ForwardMask = 1 << 25,
32 IgnoredMask = ForwardMask,
38 ReleaseMask = 1 << 30,
40 ModifierMask = 0x5c001fff
44 CapPreeditText = 1 << 0,
45 CapAuxiliaryText = 1 << 1,
46 CapLookupTable = 1 << 2,
52 OrientationHorizontal = 0,
53 OrientationVertical = 1,
54 OrientationSystem = 2,
58 EnginePreeditClear = 0,
59 EnginePreeditCommit = 1,
Definition: qibustypes.h:62