I am using the 5 button commands to handle 5 push buttons in my application. No auto repeat is used, just a simple if pressed… then do… My software checks on each button in order or importance, and once it finds that one is pressed, it jumps out of the 5 button sequence and performs the necessary task. All this works very well.
Now my client requests that when 2 buttons are pressed simultaneously, something else is done. Can any one point me in the right direction to check for two of them pressed at once?
Bookmarks