Enumeration

AtkKeyEventType

since: 1.0

Declaration

enum Atk.KeyEventType

Description [src]

Specifies the type of a keyboard evemt.

Available since: 1.0

Members

ATK_KEY_EVENT_PRESS

Specifies a key press event.

  • Value: 0
  • Nickname: press
  • Available since: 1.0
ATK_KEY_EVENT_RELEASE

Specifies a key release event.

  • Value: 1
  • Nickname: release
  • Available since: 1.0
ATK_KEY_EVENT_LAST_DEFINED

Not a valid value; specifies end of enumeration.

  • Value: 2
  • Nickname: last-defined
  • Available since: 1.0