public class DalvikInput
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static Node |
activeNode |
Constructor and Description |
---|
DalvikInput() |
Modifier and Type | Method and Description |
---|---|
static void |
onConfigurationChangedNative(int flag) |
static void |
onGlobalLayoutChanged() |
static void |
onKeyEvent(int action,
int keycode,
java.lang.String characters) |
private static void |
onKeyEventNative(int action,
int keycode,
java.lang.String characters) |
static void |
onMultiTouchEvent(int count,
int[] actions,
int[] ids,
int[] touchXs,
int[] touchYs) |
private static void |
onMultiTouchEventNative(int count,
int[] actions,
int[] ids,
int[] touchXs,
int[] touchYs) |
static void |
onSurfaceChangedNative() |
static void |
onSurfaceChangedNative(int format,
int width,
int height) |
static void |
onSurfaceRedrawNeededNative() |
static void |
setActiveNode(Node n) |
private static Node activeNode
public static void onMultiTouchEvent(int count, int[] actions, int[] ids, int[] touchXs, int[] touchYs)
private static void onMultiTouchEventNative(int count, int[] actions, int[] ids, int[] touchXs, int[] touchYs)
public static void onKeyEvent(int action, int keycode, java.lang.String characters)
public static void onGlobalLayoutChanged()
public static void setActiveNode(Node n)
private static void onKeyEventNative(int action, int keycode, java.lang.String characters)
public static void onSurfaceChangedNative()
public static void onSurfaceChangedNative(int format, int width, int height)
public static void onSurfaceRedrawNeededNative()
public static void onConfigurationChangedNative(int flag)