Clicking 2 buttons at the same time...

  • Thread starter Thread starter Sinex
  • Start date Start date
S

Sinex

Hi,
I have a PPC app. There are two buttons. The code behind the click event
for the buttons just shows a message box with text Button1 or Button2
accordingly.

I need the following functionality:
1.) When I tap button1 Message box with message Button1 shud be displayed.
2) When I tap button2 Message box with message Button2 shud be displayed.
3) When I tap and hold button1, then tap Button2 Message box with message
"Both buttons pressed" shud be displayed.

#1 and #2 is straight forward. But option #3 is tricky....any ideas on this
one?

Sinex
 
A resistive touch panel cannot do that. Touching two places yields a touch
in between those points. It's impossible for the system to determine you're
physically touching two locations.

-Chris
 
Back
Top