Mouse Support for Playdate ⌘I Get Info
Since some of my first prototypes with Playdate I’ve wanted there to be a way to interact with the device using a mouse. Well, today is that day!
No doubt you have some questions? How are you doing this? What’s the weather like? etc.
How?
A custom Hammerspoon script minitors mouse coordinates and sends them to the Playdate over serial connection. The game receives those messages through the recently added API playdate.serialMessageReceived(message), parses them, and acts accordingly.
Currently t...
Read more at blog.gingerbeardman.com