Sets the dead zone for the universal joysticks so that any X or Y value below the given threshold will return 0 instead. This value must be between 0 and 1, by default it is set to 0.15.
Definition
SetJoystickDeadZone( threshold )
void agk::SetJoystickDeadZone( float threshold )
Parameters
threshold - The value below which 0 will be returned.