Clutter.CrossingEvent

Fields

Name

Type

Access

Description

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

related

Clutter.Actor

r/w

actor related to the crossing

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

Event for the movement of the pointer across different actors

New in version 0.2.