Skip to content

RebindOptions

Defined in: types.ts:41

Options for InputManager.rebind.

optional conflict?: InputConflictPolicy

Defined in: types.ts:45

How to resolve conflicts with other actions in the same group(s). Default: "reject".


optional slot?: number

Defined in: types.ts:43

Index of the binding slot to replace. Appends if the slot does not exist.