@graphty/graphty-element / managers / InputManagerConfig
Interface: InputManagerConfig
Defined in: src/managers/InputManager.ts:27
Configuration options for InputManager
Properties
keyboardEnabled?
optionalkeyboardEnabled:boolean
Defined in: src/managers/InputManager.ts:41
Whether keyboard input is enabled
playbackFile?
optionalplaybackFile:string
Defined in: src/managers/InputManager.ts:52
pointerLockEnabled?
optionalpointerLockEnabled:boolean
Defined in: src/managers/InputManager.ts:46
Whether pointer lock is enabled for FPS-style controls
recordInput?
optionalrecordInput:boolean
Defined in: src/managers/InputManager.ts:51
Input recording/playback for automation
touchEnabled?
optionaltouchEnabled:boolean
Defined in: src/managers/InputManager.ts:36
Whether touch input is enabled
useMockInput?
optionaluseMockInput:boolean
Defined in: src/managers/InputManager.ts:31
Whether to use mock input system for testing