fiebrink1 / Sound_Control

A desktop app for rapidly making bespoke digital instruments.
8 stars 3 forks source link

Micro:bit "connected" acts as a button, not just an indicator #17

Closed fiebrink1 closed 5 years ago

fiebrink1 commented 5 years ago

In Micro:bit position and touch via bluetooth, the "Connected" indicator acts as a button when there's no micro:bit connected. We should disable clicking on this so it's an indicator only, to avoid people thinking they need to click on it in order to connect.

MartinTownley commented 5 years ago

Resolved: used "script ignoreclick" messages so that the buttons no longer respond to clicks.