Skip to content

RebindOptions

Defined in: types.ts:157

Options for InputManager.rebind.

optional conflict?: InputConflictPolicy

Defined in: types.ts:161

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


optional slot?: number

Defined in: types.ts:159

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