Move part of the input module to Cryville.Input.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package world.cryville.input.unity.android;
|
||||
|
||||
final class NativeMethods {
|
||||
private NativeMethods() { }
|
||||
public static native void feed(int hid, int id, int action, long time, float x, float y, float z, float t);
|
||||
}
|
Reference in New Issue
Block a user