Type Alias: SupportedDevices
type SupportedDevices = {
keyboard: boolean;
mouse: boolean;
hololens: boolean;
gamepad: boolean;
touchscreen: boolean;
};
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/messages/gateway/commands/ConfigureClientCommand.d.ts:23
Properties
keyboard
keyboard: boolean;
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/messages/gateway/commands/ConfigureClientCommand.d.ts:24
mouse
mouse: boolean;
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/messages/gateway/commands/ConfigureClientCommand.d.ts:25
hololens
hololens: boolean;
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/messages/gateway/commands/ConfigureClientCommand.d.ts:26
gamepad
gamepad: boolean;
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/messages/gateway/commands/ConfigureClientCommand.d.ts:27
touchscreen
touchscreen: boolean;
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/messages/gateway/commands/ConfigureClientCommand.d.ts:28