I have been looking at the output of mame --listxml and I understand lots of it, but have a question about one particular input control type. One of the lines in question is as follows:
<input players="2" control="stick" buttons="2" coins="4" tilt="yes"/>
The item in question is the control="stick" entry. Usually I see things like 4way, 8way, etc. here (which all makes sense), but what does "stick" mean?
Thanks!