1
Ask a Question / Re: Dancemat support for Stencyl???
« on: May 30, 2025, 12:08:45 am »
Yes, it’s possible — a dance mat is usually treated as a USB game controller or keyboard depending on the model.
Stencyl is not designed for deep hardware/gamepad support, but you can try plugging it in and press the arrows to see what keys it maps to. In Stencyl, use when [key] is pressed events, just like normal keyboard inputs.
Stencyl is not designed for deep hardware/gamepad support, but you can try plugging it in and press the arrows to see what keys it maps to. In Stencyl, use when [key] is pressed events, just like normal keyboard inputs.