Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UserInputType

Hierarchy

  • UserInputType

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

hotKeysMod

hotKeysMod: object

Type declaration

  • alt: boolean
  • ctrl: boolean
  • shift: boolean
  • win: boolean

Methods

addHotKey

  • addHotKey(comb: string, func: function): void
  • Add keyboard hot key handler

    Parameters

    • comb: string

      key combination

    • func: function

      callback function

        • (e: JQueryEventObject): void
        • Parameters

          • e: JQueryEventObject

          Returns void

    Returns void

init

  • init(doc: HTMLDocument): void
  • Parameters

    • doc: HTMLDocument

    Returns void