Clutter.KeyEvent

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

hardware_keycode

int

r/w

raw hardware key value

keyval

int

r/w

raw key value

modifier_state

Clutter.ModifierType

r/w

key 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

unicode_value

str

r/w

Unicode representation

Methods

None

Details

class Clutter.KeyEvent

Key event

New in version 0.2.