Touch event for buttons

klaus

Expert
Licensed User
Longtime User
What is the use case for touch event on buttons?
I want to add ToolTips, the ToolTip is shown with Action down and hidden with Action Up.
I did it in B4PPC with MouseDown and MouseUp, it was very convenient because pressing a button showed the ToolTip and releasing it outsides the button surface fired the MouseUp event but not the Click event so it was
possible to check the button's function without executing it.

Panels don't have the pressed state, or the bitmaps must be managed seperately by code.

Best regards.
 
Top