Skip to content

List of Settings

jackcarey edited this page Jul 16, 2022 · 1 revision

analogStickDeadzone

Possible values (both min and max): Float range from 01
Default: {min: 0.0, max: 1.0}

Assigns a dead area to joysticks. Min affects an area from center and max from the outter rim.

analogStickDpadThreshold

Possible values: Float range from 01
Default: 0.7

Specifies how far an analog stick must be pressed to register as a D-pad press. This setting is only used when useAnalogAsDpad is neither "none" nor false.

buttonThreshold

Possible values: Float range from 01
Default: 0.95

Specifies how far a button must be pressed to register as a "press".

mapAnalogToShape

Possible values: "none", "square", "circle"
Default: "none"

When set to "none", no processing is done on analog stick coordinates. Setting it to "square" will make sure the outer bounds of the x and y values will reach the outter edges of a square.

The "circle" setting is in development.

useAnalogAsDpad

Possible values: "none", "left", "right", "both", false
Default: "none"

Specifies whether analog sticks should fire D-pad events, and if so, which stick(s).

Clone this wiki locally