Method
ClutterSeatquery_state
Declaration [src]
gboolean
clutter_seat_query_state (
ClutterSeat* seat,
ClutterInputDevice* device,
ClutterEventSequence* sequence,
graphene_point_t* coords,
ClutterModifierType* modifiers
)
Parameters
device
-
Type:
ClutterInputDevice
A
ClutterInputDevice
.The data is owned by the caller of the function. sequence
-
Type:
ClutterEventSequence
A
ClutterEventSequence
.The argument can be NULL
.The data is owned by the caller of the function. coords
-
Type:
graphene_point_t
The coordinates of the pointer.
The argument will be set by the function. The argument can be NULL
.The data is owned by the caller of the function. modifiers
-
Type:
ClutterModifierType
The current
ClutterModifierType
of the pointer.The argument will be set by the function. The argument can be NULL
.The instance takes ownership of the data, and is responsible for freeing it.