Method
PhocCursorhandle_event
Declaration [src]
void
phoc_cursor_handle_event (
PhocCursor* self,
PhocEventType type,
gpointer event,
gsize size
)
Description [src]
Feed an event that happened at the cursor coordinates of type type
to the event system. This gives all gestures that are registered in the compositor
a chance to handle the event.
Parameters
type-
Type:
PhocEventTypeThe event type.
event-
Type:
gpointerThe event.
The argument can be NULL.The data is owned by the caller of the method. size-
Type:
gsizeThe size of the event.