UnsignedArduino / Awesome-Arcade

This is the source code for the Awesome Arcade website!
https://awesome-arcade.vercel.app
GNU General Public License v3.0
5 stars 5 forks source link

Add extension https://github.com/riknoll/arcade-fake-button-press #177

Closed UnsignedArduino closed 1 month ago

UnsignedArduino commented 1 month ago

GitHub repo: https://github.com/riknoll/arcade-fake-button-press Forum post: https://forum.makecode.com/t/is-there-an-extension-that-presses-a-or-any-other-button-for-you-as-part-of-the-code/31068/4?u=unsignedarduino Demo: [INSERT DEMO LINK - NOT REQUIRED] Description: [INSERT SHORT DESCRIPTION THAT IS SIMILAR TO CURRENT DESCRIPTIONS OF EXTENSIONS - REQUIRED]

UnsignedArduino commented 1 month ago
With this extension, you can easily trigger your own A, B, up, etc. button handlers! No need to define a one-off function! Make sure you call the release function before pressing again. This extension adds a `FakeButtons` category.