Tool/software: Code Composer Studio
Hello,
I am using Code Composer Studio v7.1 and gui composer v2
For my application, i am using windows based touch screen computer and running gui composer on it. In gui composer, i need a button which is value become 1 when i press on it on a touch screen, and i need it is value become 0 when i do not touch on it.
It should not be like clicking on the button, because when i click on the button, it's value become 1, but if i want to make it's value 0, i need to click on the button again. What i want is, when i click on the button it's value become 1, and when i leave my finger over the button, it's value become 0 again.
Is this possible with existing gui composer v2 buttons?
Thank you