最終更新:2015-11-18 (水) 14:31:34 (3075d)  

android.view.KeyEvent
Top / android.view.KeyEvent

http://developer.android.com/reference/android/view/KeyEvent.html

継承

キーイベントの発行

  • KeyEvent event = new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_0);
    dispatchKeyEvent(event);

関連