Does anyone know how to refer to an analog sticks 'slider' (3rd Axis) in the ctrlr ini files?
The MAME UI refers to it as 'J1 Slider +/-', but I am unsure how to do this in the ini file.
This is in the ctrlr docs:
With respect to the windows port, the generated keycodes are identical to those displayed in the configuration menu with all spaces replaced by underscores. For example, the keycodes automatically generated for a Wingman Warrior joystick are:
J1_X-axis_+ J1_X-axis_- J1_Y-axis_+ J1_Y-axis_-
J1_Z-axis_+ J1_Z-axis_- J1_Rz-axis_+ J1_Rz-axis_-
J1_Button_0 J1_Button_1 J1_Button_2 J1_Button_3
J1_POV_0_U J1_POV_0_D J1_POV_0_L J1_POV_0_R
The names generated will vary with the port to which the joystick is connected. In the codes listed above, the Wingman Warrior was connected as the first joystick (J1). If it had been configured as a different input, the generated codes would have a different Jx number.
All keyword matching including the standard keywords is case sensitive. Also, some of the automatically generated OSD codes may be redundant. For example, J1_Button_0 is the same as JOYCODE_1_BUTTON1. Standard codes are preferred over OSD codes.
...so with that in mind, I suppose 'J1_Slider_+' and 'J1_Slider_-' should work, but it does say 'Standard codes are preferred over OSD codes', what are the standard codes in this case?
Thanks for any help