ForbidAxis

void ForbidAxis(string axis)

Parameters

axis: A string representing the axis to forbid. See Gamepad Inputs for valid parameters.

Description

Forbids the axis from being bound (or re-bound) by the player using cInput's UI.

Example

Last updated