Steamopollys / Steamodded

A Balatro ModLoader
GNU General Public License v3.0
188 stars 42 forks source link

Add keybinds API #149

Closed stupxd closed 1 month ago

stupxd commented 1 month ago

This will add ability to create keybinds. For now keybinds will only run on key press, but it's possible to add support for key release and hold (not sure how necessary this is, so didn't feel like adding it yet).

Includes an example mod to showcase the new functionality.

english5040 commented 1 month ago

Seems simple enough to put in directly. thanks

I'll squash merge