Clutter.ScrollEvent

Fields

Name

Type

Access

Description

axes

float

r/w

reserved for future use

device

Clutter.InputDevice

r/w

the device that originated the event. If you want the physical device the event originated from, use Clutter.Event.get_source_device()

direction

Clutter.ScrollDirection

r/w

direction of the scrolling

finish_flags

Clutter.ScrollFinishFlags

r/w

the axes that were stopped in this event. This field is available since 1.26

flags

Clutter.EventFlags

r/w

event flags

modifier_state

Clutter.ModifierType

r/w

button modifiers

scroll_source

Clutter.ScrollSource

r/w

the source of scroll events. This field is available since 1.26

source

Clutter.Actor

r/w

event source actor

stage

Clutter.Stage

r/w

event source stage

time

int

r/w

event time

type

Clutter.EventType

r/w

event type

x

float

r/w

event X coordinate

y

float

r/w

event Y coordinate

Methods

None

Details

class Clutter.ScrollEvent

Scroll wheel (or similar device) event

New in version 0.2.