Login  Register

NEWT KeyListener on Android

Posted by Pedro on Sep 13, 2018; 3:17pm
URL: https://forum.jogamp.org/NEWT-KeyListener-on-Android-tp4039206.html

Hello,

I've got a hardware USB keyboard plugged into an Android device running a NEWT backed application.
I've noticed that some keys don't seem to work the same when running a Linux desktop version of the same app, namely the following keys which are of interest to me:

Insert
Delete
Home
End
Arrow Keys
Comma Key
Tilda Key

Are you able to shed any light on this? Is it to do with what Android OS supports itself in terms of KeyEvent?
(https://developer.android.com/reference/android/view/KeyEvent)

Thanks for your time,

Pedro