Options
All
  • Public
  • Public/Protected
  • All
Menu

Class KeyBehavior

Hierarchy

  • KeyBehavior

Index

Constructors

constructor

Properties

controls

controls: KeyControls

domElement

domElement: HTMLCanvasElement

Readonly stage

stage: Stage

the stage object

viewer

viewer: Viewer

Methods

_focusDomElement

  • _focusDomElement(): void

_onKeydown

  • _onKeydown(event: KeyboardEvent): void
  • Catana modification: Now using THIS method here (instead of _onKeypress) handle key down

    Parameters

    • event: KeyboardEvent

      key event

    Returns void

_onKeypress

  • _onKeypress(event: KeyboardEvent): void

_onKeyup

  • _onKeyup(): void

dispose

  • dispose(): void

Generated using TypeDoc