An open API service indexing awesome lists of open source software.

https://github.com/3dproger/gamepadtestergm

Gamepad tester for GameMaker
https://github.com/3dproger/gamepadtestergm

game game-development gamedev gamemaker gamemaker-studio gamemaker-studio-2 gamepad gamepad-tester gml

Last synced: 5 months ago
JSON representation

Gamepad tester for GameMaker

Awesome Lists containing this project

README

          

# GamepadTesterGM
Use this to test how games made on GameMaker work with gamepads. It can be very useful to check how a particular gamepad works with GameMaker, so that there are no surprises from the "peculiarities" of this game engine. You can test several gamepads at once. This project can be used in your games. Just copy object `o_debug_overlay_gamepad_tester` or `o_draw_gui_gamepad_tester` into your project and place it in the room:
* `o_debug_overlay_gamepad_tester` - Debug overlay. Not working on HTML5
* `o_draw_gui_gamepad_tester` - Draws in `Draw GUI` event. Works everywhere

Example of displaying two objects at once: