I create Software Keyboard:
InputMethodManager imm = (InputMethodManager) mAssets.getSystemService(Context.INPUT_METHOD_SERVICE);
imm.toggleSoftInput(InputMethodManager.SHOW_FORCED,0);
in onDraw function
how to retrieve the keys that will be pressed in these keyboard?
Thanks



