05.02.2016, 18:29
(05.02.2016, 17:56)admin Wrote: Depends on how your button is configured. Most physical button inputs have rising (on) and falling (off) edge detection. You can set a fixed value to both actions, so in your script you can use event.getvalue() to figure out if button is pressed or released.Hi admin, thanks for the quick reply! unfortunately, I am using a button in SpaceLynk, not a an actual physical button. And I can't find the right material to instruct me how to set the trigger of the button to either an risin or falling trigger. Right now, as observed, events are only triggered after button released.