Skip to main content

Class: Keyboard

Defined in: livelink.clients/livelink.js/sources/inputs/Keyboard.ts:7

Extends

  • InputDevice

Methods

enable()

enable(): void;

Defined in: livelink.clients/livelink.js/sources/inputs/InputDevice.ts:10

Enable the input device. If the device is already enabled, this method does nothing.

Returns

void

Inherited from

InputDevice.enable;

disable()

disable(): void;

Defined in: livelink.clients/livelink.js/sources/inputs/InputDevice.ts:22

Disable the input device. If the device is already disabled, this method does nothing.

Returns

void

Inherited from

InputDevice.disable;

_onEnable()

protected _onEnable(): boolean;

Defined in: livelink.clients/livelink.js/sources/inputs/Keyboard.ts:24

Returns

boolean

Overrides

InputDevice._onEnable;

_onDisable()

protected _onDisable(): void;

Defined in: livelink.clients/livelink.js/sources/inputs/Keyboard.ts:35

Returns

void

Overrides

InputDevice._onDisable;