Enumeration

WPEPlatformInputSource

Declaration

enum WPEPlatform.InputSource

Description [src]

The type of a device input source.

Members

WPE_INPUT_SOURCE_MOUSE

The event came from a mouse.

  • Value: 0
  • Available since: 2.0
WPE_INPUT_SOURCE_PEN

The event came from a pen or stylus.

  • Value: 1
  • Available since: 2.0
WPE_INPUT_SOURCE_KEYBOARD

The event came from a keyboard.

  • Value: 2
  • Available since: 2.0
WPE_INPUT_SOURCE_TOUCHSCREEN

The event came from a touchscreen.

  • Value: 3
  • Available since: 2.0
WPE_INPUT_SOURCE_TOUCHPAD

The event came from a touchpad.

  • Value: 4
  • Available since: 2.0
WPE_INPUT_SOURCE_TRACKPOINT

The event came from a trackpoint.

  • Value: 5
  • Available since: 2.0
WPE_INPUT_SOURCE_TABLET_PAD

The event came from a tablet pad.

  • Value: 6
  • Available since: 2.0