detees
03-07-2006, 10:25 AM
What is KeyPress?
If you are a Symbian application developer, you might have been anguished on how to handle the key events. You have known the TKeyEvent data structure. But what's exactly the keycode and scancode for each key? KeyPress is a tool to solve this problem for developers. You can easily get each key's information by the application.
Usage
KeyPress is a simple tool. The application displays the value of each member variable of TKeyEvent data structure when you press any key on the phone keypad. Take a look at following screen snapshot and you know how it works.
If you are a Symbian application developer, you might have been anguished on how to handle the key events. You have known the TKeyEvent data structure. But what's exactly the keycode and scancode for each key? KeyPress is a tool to solve this problem for developers. You can easily get each key's information by the application.
Usage
KeyPress is a simple tool. The application displays the value of each member variable of TKeyEvent data structure when you press any key on the phone keypad. Take a look at following screen snapshot and you know how it works.