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 argument can be NULL.The returned data is owned by the instance. 
- mods
- 
            Type: ClutterModifierTypeThe current ClutterModifierTypeof the pointer.The argument will be set by the function. The argument can be NULL.The caller of the method takes ownership of the returned data, and is responsible for freeing it.