Function miral::toolkit::mir_touch_event_action¶
Defined in File toolkit_event.h
Function Documentation¶
-
MirTouchAction miral::toolkit::mir_touch_event_action(MirTouchEvent const *event, unsigned int touch_index)¶
Retrieve the action which occured for a touch at given index.
- Parameters:
event – [in] The touch event
touch_index – [in] The touch index. Must be less than (touch_count - 1).
- Returns:
Action performed for the touch at index.