mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 06:39:54 -04:00
Replace TABs with 4 spaces
This commit is contained in:
parent
582b730289
commit
ba1d8db65e
@ -636,7 +636,7 @@ public class GLFW
|
||||
return win;
|
||||
}
|
||||
|
||||
// Generated stub callback methods
|
||||
// Generated stub callback methods
|
||||
public static GLFWCharCallback glfwSetCharCallback(@NativeType("GLFWwindow *") long window, @Nullable @NativeType("GLFWcharfun") GLFWCharCallbackI cbfun) {
|
||||
GLFWCharCallback lastCallback = mGLFWCharCallback;
|
||||
if (cbfun == null) mGLFWCharCallback = null;
|
||||
@ -1294,7 +1294,7 @@ public class GLFW
|
||||
|
||||
}
|
||||
public static boolean glfwUpdateGamepadMappings(ByteBuffer string) {
|
||||
return false;
|
||||
return false;
|
||||
}
|
||||
public static String glfwGetGamepadName(int jid) {
|
||||
return null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user