Function miral::toolkit::mir_touch_event_point_count¶
Defined in File toolkit_event.h
Function Documentation¶
-
unsigned int miral::toolkit::mir_touch_event_point_count(MirTouchEvent const *event)¶
Retrieve the number of touches reported for a given touch event.
Each touch is said to be index in the event and may be accessed by index 0, 1, … , (touch_count - 1)
- Parameters:
event – [in] The touch event
- Returns:
The number of touches