@@ -62,8 +62,8 @@ numerically, output variables come after imput ones
6262 - determines which gamepad button activates button (can be left blank)
6363 - type: `int`
6464 - determines the behavior of button
65- 1: standard button
66- 2: toggle button
65+ - 1: standard button
66+ - 2: toggle button
6767 - onHold: `float`
6868 - determines what number to set the specified output to while button is activated
6969 - onPressed: `float`
@@ -84,8 +84,8 @@ numerically, output variables come after imput ones
8484 - determines which gamepad axis controls the axis (can be left blank)
8585 - type: `int`
8686 - determines the behavior of axis
87- 1: returns to 0
88- 2: stays on value
87+ - 1: returns to 0
88+ - 2: stays on value
8989 - step: `float`
9090 - determines how fast type 2 axis can change value
9191 - min: `float`
@@ -102,8 +102,8 @@ numerically, output variables come after imput ones
102102 - determines which gamepad button activates button (can be left blank)
103103 - type: `int`
104104 - determines the behavior of button
105- 1: standard button
106- 2: toggle button
105+ - 1: standard button
106+ - 2: toggle button
107107 - x: `float`
108108 - determines how far left/right button appears (0 is left, 1 is right)
109109 - y: `float`
@@ -138,9 +138,9 @@ numerically, output variables come after imput ones
138138 - determines which output controls x axis of joystick
139139 - yVariable: `int`
140140 - determines which output controls y axis of joystick
141- - x: `float` [0 to 1]
141+ - x: `float`
142142 - determines how far left/right axis appears (0 is left, 1 is right)
143- - y: `float` [0 to 1]
143+ - y: `float`
144144 - determines how far up/down axis appears (0 is up, 1 is down)
145145 - color: `RGB hex value`
146146 - determines background color of joystick
@@ -154,16 +154,16 @@ numerically, output variables come after imput ones
154154 - determines the min value of slider
155155 - max: `float`
156156 - determines the max value of slider
157- - x: `float` [0 to 1]
157+ - x: `float`
158158 - determines how far left/right slider appears (0 is left, 1 is right)
159159 - y: `float`
160160 - determines how far up/down slider appears (0 is up, 1 is down)
161161 - color: `RGB hex value`
162162 - determines background color of slider
163163 - orientation: `int`
164164 - determines orientation of slider (will possibly add variable angles in future)
165- 1: vertical
166- 2: horizontal
165+ - 1: vertical
166+ - 2: horizontal
167167 - size: `int`
168168 - determines size of slider
169169---
0 commit comments