|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface TouchInput
A specific API for interfacing with smartphone touch devices
| フィールドの概要 | |
|---|---|
static int |
ALL
No filter, get all events |
static int |
KEYCODE_BACK
Escape key. |
static int |
KEYCODE_HOME
Home key |
static int |
KEYCODE_MENU
Context Menu key. |
static int |
KEYCODE_SEARCH
Search key. |
static int |
KEYCODE_VOLUME_DOWN
Volume down key. |
static int |
KEYCODE_VOLUME_UP
Volume up key. |
| メソッドの概要 | |
|---|---|
void |
setOmitHistoricEvents(boolean dontSendHistory)
Set if historic android events should be transmitted, can be used to get better performance and less mem see: http://developer.android.com/reference/android/view/MotionEvent.html#getHistoricalX%28int,%20int%29 |
void |
setSimulateKeyboard(boolean simulate)
Set if keyboard events should be generated |
void |
setSimulateMouse(boolean simulate)
Set if mouse events should be generated |
| インタフェース com.jme3.input.Input から継承されたメソッド |
|---|
destroy, getInputTimeNanos, initialize, isInitialized, setInputListener, update |
| フィールドの詳細 |
|---|
static final int ALL
static final int KEYCODE_HOME
static final int KEYCODE_BACK
static final int KEYCODE_MENU
static final int KEYCODE_SEARCH
static final int KEYCODE_VOLUME_UP
static final int KEYCODE_VOLUME_DOWN
| メソッドの詳細 |
|---|
void setSimulateMouse(boolean simulate)
simulate - if mouse events should be generatedvoid setSimulateKeyboard(boolean simulate)
simulate - if keyboard events should be generatedvoid setOmitHistoricEvents(boolean dontSendHistory)
dontSendHistory - turn of historic events if true, false else and default
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||