Enumeration

WPEPlatformEventType

Declaration

enum WPEPlatform.EventType

Description [src]

The type of a WPEEvent.

Members

Name Description
WPE_EVENT_NONE No description available.
WPE_EVENT_POINTER_DOWN No description available.
WPE_EVENT_POINTER_UP No description available.
WPE_EVENT_POINTER_MOVE No description available.
WPE_EVENT_POINTER_ENTER No description available.
WPE_EVENT_POINTER_LEAVE No description available.
WPE_EVENT_SCROLL No description available.
WPE_EVENT_KEYBOARD_KEY_DOWN No description available.
WPE_EVENT_KEYBOARD_KEY_UP No description available.
WPE_EVENT_TOUCH_DOWN No description available.
WPE_EVENT_TOUCH_UP No description available.
WPE_EVENT_TOUCH_MOVE No description available.
WPE_EVENT_TOUCH_CANCEL No description available.