Skip to content

Interface: InputComponentConfig

Defined in: packages/xr-input/src/gamepad/input-profiles.ts:22

Properties

gamepadIndices

gamepadIndices: Partial<{ [id in GamepadIndexKeys]: number }>

Defined in: packages/xr-input/src/gamepad/input-profiles.ts:24


rootNodeName

rootNodeName: string

Defined in: packages/xr-input/src/gamepad/input-profiles.ts:25


touchPointNodeName?

optional touchPointNodeName: string

Defined in: packages/xr-input/src/gamepad/input-profiles.ts:26


type

type: "button" | "trigger" | "squeeze" | "thumbstick" | "touchpad"

Defined in: packages/xr-input/src/gamepad/input-profiles.ts:23


visualResponses

visualResponses: object

Defined in: packages/xr-input/src/gamepad/input-profiles.ts:27

Index Signature

[id: string]: object