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
- Host: GitHub
- URL: https://github.com/3dproger/gamepadtestergm
- Owner: 3dproger
- License: mit
- Created: 2024-09-11T06:19:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T08:09:59.000Z (almost 2 years ago)
- Last Synced: 2025-02-11T12:45:06.636Z (over 1 year ago)
- Topics: game, game-development, gamedev, gamemaker, gamemaker-studio, gamemaker-studio-2, gamepad, gamepad-tester, gml
- Language: Game Maker Language
- Homepage: https://axel-k.itch.io/gamepad-tester-for-gamemaker
- Size: 152 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: