Struct
PhocEvent
since: 0
Description [src]
struct PhocEvent {
PhocEventType type;
}
Input events.
Structure members
type
- No description available.
Available since: 0
Instance methods
phoc_event_get_event_sequence
Related touch events are connected in a sequence. Other events typically don’t have event sequence information.
since: 0
phoc_event_get_touchpad_gesture_n_fingers
Extracts the number of fingers from a touchpad event.
since: 0