Gjsify LogoGjsify Logo

Hierarchy

  • KeyCallback

Callable

  • KeyCallback(device: Atspi.Device, pressed: boolean, keycode: number, keysym: number, modifiers: number, keystring: string): void
  • A callback that will be invoked when a key is pressed.

    Parameters

    • device: Atspi.Device

      the device.

    • pressed: boolean

      TRUE if the key is being pressed, FALSE if being released.

    • keycode: number

      the hardware code for the key.

    • keysym: number

      the keysym for the key.

    • modifiers: number

      a bitflag indicating which key modifiers are active.

    • keystring: string

      the text corresponding to the keypress.

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method