Options
All
  • Public
  • Public/Protected
  • All
Menu

Class KeyboardInfoPre

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

Properties

Constructors

constructor

  • 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

eventSearch playground for event

Defines the related dom event

skipOnPointerObservableSearch playground for skipOnPointerObservable

skipOnPointerObservable: boolean

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

typeSearch playground for type

type: number

Defines the type of event (KeyboardEventTypes)

Legend

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