Hi inmarket, I've tried your idea, but the issue with it is that I'd like to have a Button Release event. I need to know both when it's initially pressed and when it's finally release based on events rather than polling. The checkbox does give me an event when I press but doesn't seem to issue any events when it's released.
The functional requirement is like this:
Person presses a screen button and that triggers an output function.
Whilst the button is still pressed the output continues.
The person releases the button and the output stops.
If this is done with