yatsek / microemu

Automatically exported from code.google.com/p/microemu
0 stars 0 forks source link

Android - trackball events are ignored #78

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
since r2434 trackball events ignored, or generate uncommon keycodes. Before 
this revision all works ok.

Original issue reported on code.google.com by vitalyster on 31 Oct 2010 at 5:34

GoogleCodeExporter commented 8 years ago
Fixed in trunk

Original comment by bar...@gmail.com on 3 Nov 2010 at 8:28

GoogleCodeExporter commented 8 years ago

Original comment by bar...@gmail.com on 3 Nov 2010 at 8:42

GoogleCodeExporter commented 8 years ago
Now Canvas.FIRE and KeyEvent.CALL both generates one keycode. I think it should 
be different

Original comment by vitalyster on 5 Nov 2010 at 11:53

GoogleCodeExporter commented 8 years ago

Original comment by bar...@gmail.com on 6 Nov 2010 at 6:50

GoogleCodeExporter commented 8 years ago
this patch adds mapping KeyEvent.KEYCODE_CALL and KeyEvent.KEYBOARD_BACK to 
common MIDP2 scancodes (-10 and -8)

Original comment by vitalyster on 2 Apr 2011 at 10:43

Attachments: