Enumeration

WPEPlatformModifiers

Declaration

flags WPEPlatform.Modifiers

Description [src]

Flags to indicate the state of modifier keys and pointer buttons.

Members

Name Description
WPE_MODIFIER_KEYBOARD_CONTROL

The Control key.

WPE_MODIFIER_KEYBOARD_SHIFT

The Shift key.

WPE_MODIFIER_KEYBOARD_ALT

The Alt key.

WPE_MODIFIER_KEYBOARD_META

The Meta modifier.

WPE_MODIFIER_KEYBOARD_CAPS_LOCK

The CapsLock key.

WPE_MODIFIER_POINTER_BUTTON1

The first pointer button.

WPE_MODIFIER_POINTER_BUTTON2

The second pointer button.

WPE_MODIFIER_POINTER_BUTTON3

The third pointer button.

WPE_MODIFIER_POINTER_BUTTON4

The fourth pointer button.

WPE_MODIFIER_POINTER_BUTTON5

The fifth pointer button.