omniGlass
|
mostly enumerations for use in flow control More...
Go to the source code of this file.
Enumerations | |
enum | omniglass_operation_results { OMNIGLASS_RESULT_SUCCESS = 0 , OMNIGLASS_RESULT_MULTITOUCH_REPORT_FAILED , OMNIGLASS_RESULT_NOMEM , OMNIGLASS_RESULT_BOOTSTRAP_FAILED } |
enum | omniglass_event_type { OMNIGLASS_EVENT_GESTURE_STARTED = 0 , OMNIGLASS_EVENT_GESTURE_CHANGED , OMNIGLASS_EVENT_GESTURE_ENDED } |
enum | omniglass_init_result { OMNIGLASS_PLATFORM_INIT_SUCCESS = 0 , OMNIGLASS_PLATFORM_INIT_NO_TOUCHPAD , OMNIGLASS_PLATFORM_INIT_CONFIG_INVALID } |
enum | omniglass_gesture_operation_result { OMNIGLASS_API_GESTURE_OPERATION_SUCCESS = 0 , OMNIGLASS_API_GESTURE_OPERATION_NOTSUPPORTED , OMNIGLASS_API_GESTURE_OPERATION_NOTIMPLEMENTED } |
enum | omniglass_touchpad_edge { OMNIGLASS_EDGE_LEFT = 0 , OMNIGLASS_EDGE_RIGHT , OMNIGLASS_EDGE_TOP , OMNIGLASS_EDGE_BOTTOM } |
mostly enumerations for use in flow control
enum omniglass_event_type |
specifies what type of event triggered the action or callback.
operation results summarize the aftermath of API calls (as in: registering a callback, masking an event...).
represents edges/borders of a touchpad.