Struct
ClutterScrollEvent
Description [src]
struct ClutterScrollEvent {
ClutterEventType type;
guint32 time;
ClutterEventFlags flags;
ClutterStage* stage;
gfloat x;
gfloat y;
ClutterScrollDirection direction;
ClutterModifierType modifier_state;
gdouble* axes;
ClutterInputDevice* device;
ClutterScrollSource scroll_source;
ClutterScrollFinishFlags finish_flags;
}
Scroll wheel (or similar device) event.
Structure members
typeEvent type.
timeEvent time.
flagsEvent flags.
stageEvent source stage.
xEvent X coordinate.
yEvent Y coordinate.
directionDirection of the scrolling.
modifier_stateButton modifiers.
axesReserved for future use.
deviceThe device that originated the event. If you want the physical device the event originated from, use
clutter_event_get_source_device()scroll_sourceThe source of scroll events. This field is available since 1.26
finish_flagsThe axes that were stopped in this event. This field is available since 1.26