Clutter.MotionEvent

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()

flags

Clutter.EventFlags

r/w

event flags

modifier_state

Clutter.ModifierType

r/w

button modifiers

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.MotionEvent

Event for the pointer motion

New in version 0.2.