Compile fix

This commit is contained in:
Joshua Granick
2014-02-13 13:59:38 -08:00
parent 3eef41b7f4
commit a706e4cacb
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ public class Lime {
public static native int onTrackball(float x,float y);
public static native int onJoyChange(int inDeviceID, int inCode, boolean inIsDown);
public static native int onJoyMotion(int inDeviceID, int axis, float value);
public static native int onKeyChange(int inCode, boolean inIsDown);
public static native int onKeyChange(int inKeyCode, int inCharCode, boolean inIsDown);
public static native int onRender();
public static native int onPoll();
public static native double getNextWake();