I have an interface that handles dpad key events and has Buttons for similar actions - my intention was to have code that works for touchscreens and phones with dpads.
When testing, both the 5 on my number pad and using the mouse to click the emulator's center dpad button presses a Button I have in my app, which interferes with the button handling. Is there a way to disable this so my coded Button does not get pressed? For those interested, here (http://code.google.com/android/reference/ emulator.html#controlling) is a table that shows how keyboard keys affect the emulator. I have a related question - again, I'm trying to replicate the dpad keys onscreen for those w/o a dpad, but with the dpad I can handle both the key down and key up events. Is there an "up" event for Button presses, or some trick for capturing when this happens? I would like to perform an action when the user releases the onscreen Button. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---