Skip to content

@graphty/graphty-element / managers / InputManagerConfig

Interface: InputManagerConfig

Defined in: src/managers/InputManager.ts:27

Configuration options for InputManager

Properties

keyboardEnabled?

optional keyboardEnabled: boolean

Defined in: src/managers/InputManager.ts:41

Whether keyboard input is enabled


playbackFile?

optional playbackFile: string

Defined in: src/managers/InputManager.ts:52


pointerLockEnabled?

optional pointerLockEnabled: boolean

Defined in: src/managers/InputManager.ts:46

Whether pointer lock is enabled for FPS-style controls


recordInput?

optional recordInput: boolean

Defined in: src/managers/InputManager.ts:51

Input recording/playback for automation


touchEnabled?

optional touchEnabled: boolean

Defined in: src/managers/InputManager.ts:36

Whether touch input is enabled


useMockInput?

optional useMockInput: boolean

Defined in: src/managers/InputManager.ts:31

Whether to use mock input system for testing