UTS IO is a custom IO DLL designed to map keyboard inputs to the game's controls. It implements the mai2_io API, handling system buttons, gameplay buttons, and touch sensors.
- Keyboard Mapping: Map keyboard keys to arcade buttons (Test, Service, Coin, Player 1/2 Buttons).
- Touch Simulation: Map keyboard keys to specific touch sensors (A1-E8).
- Touch Overlay: Support for touch overlay input when running the game.
This project is built using MinGW-w64.
- Ensure you have
gccinstalled and available in your PATH. - Run
makein the project directory.
makeThis will generate:
utsio.dll: The main IO DLL.
This project references code and concepts from:
- MaiTouchSensorEmulator by Leapward-Koex