[APP] Key Tester - Printable Version +- dedomil.net - Mobile Games Forum (http://dedomil.net/forum) +-- Forum: Download Section (/forumdisplay.php?fid=8) +--- Forum: Mobile Games [Public] (/forumdisplay.php?fid=18) +---- Forum: Java Platform (/forumdisplay.php?fid=19) +---- Thread: [APP] Key Tester (/showthread.php?tid=5629) |
[APP] Key Tester - JoseskVolpe - 05-21-2021 11:19 PM Each device has different key codes, and they vary a lot Java has static variables in javax.microedition.lcdui.Canvas to tell the script wich key code is every key. But it doesn't has these variables for all of the keys like left/right soft button you can use this app to check each keyCode of your device. Just open it and press a random key, then it will tell you the code RE: [APP] Key Tester - King_Dave - 05-22-2021 12:33 AM Key test can also be used in Mengtong app for java. |