Is there anyway to detect a button release without having actually pressed the button?
For example, I have my big button and one I press it four more buttons pop out, one on each side. It then looks like a joypad shape. Pressing this button again folds the 4 buttons away.
Now at the moment these 4 buttons require a release of the big button and then another click. What I would like to happen is like a popup selector window.
What I have done now is create it so when the big button is held the 4 buttons appear and fold away when you release the press. Is there anyway of making it so I drag my thumb to left right etc and then register a button press on the other 4 buttons?
Thanks