Struct
ClutterProximityEvent
since: 1.28
Description [src]
struct ClutterProximityEvent {
ClutterEventType type;
guint32 time;
ClutterEventFlags flags;
ClutterStage* stage;
ClutterInputDevice* device;
}
Event for tool proximity in tablet devices.
Structure members
typeEvent type.
timeEvent time.
flagsEvent flags.
stageEvent source stage.
deviceThe device that originated the event. If you want the physical device the event originated from, use
clutter_event_get_source_device()
Available since: 1.28