Method
MetaCursorTrackerget_pointer
Declaration [src]
void
meta_cursor_tracker_get_pointer (
MetaCursorTracker* tracker,
graphene_point_t* coords,
ClutterModifierType* mods
)
Parameters
coords-
Type:
graphene_point_tThe coordinates of the pointer.
The argument will be set by the function. The data is owned by the caller of the function. mods-
Type:
ClutterModifierTypeThe current
ClutterModifierTypeof the pointer.The argument will be set by the function. The instance takes ownership of the data, and is responsible for freeing it.