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