Options
All
  • Public
  • Public/Protected
  • All
Menu

This class is used to store keyboard related info for the onPreKeyboardObservable event. Set the skipOnKeyboardObservable property to true if you want the engine to stop any process after this event is triggered, even not calling onKeyboardObservable

Hierarchy

Index

Constructors

  • Instantiates a new keyboard pre info. This class is used to store keyboard related info for the onPreKeyboardObservable event.

    Parameters

    • type: number

      Defines the type of event (KeyboardEventTypes)

    • event: IKeyboardEvent

      Defines the related dom event

    Returns KeyboardInfoPre

Properties

Defines the related dom event

skipOnKeyboardObservable: boolean

Defines whether the engine should skip the next onKeyboardObservable associated to this pre.

type: number

Defines the type of event (KeyboardEventTypes)

Accessors

  • get skipOnPointerObservable(): boolean
  • set skipOnPointerObservable(value: boolean): void
  • Defines whether the engine should skip the next onKeyboardObservable associated to this pre.

    deprecated

    use skipOnKeyboardObservable property instead

    Returns boolean

  • Defines whether the engine should skip the next onKeyboardObservable associated to this pre.

    deprecated

    use skipOnKeyboardObservable property instead

    Parameters

    • value: boolean

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Accessor
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Static method

Settings

Theme