Hi, It's neither, the keycode is the code of the key as defined in the KeyEvent class. For instance keyCode == KeyEvent.KEYCODE_ENTER means the pressed key was the "enter" key.
On Sun, Aug 16, 2009 at 8:06 PM, manjunath chandrashekar<[email protected]> wrote: > Hi All, > In the API onKey(int primaryCode, int[] keyCodes) ; of > KeyboardView.OnKeyboardActionListener class. What does the Keycodes means? > Is it ASCII code or Unicode. please help. > > > Android Contributor > Manjunath. > > > > -- Romain Guy Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

