mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 23:14:19 +00:00
The BIG LWJGL REFACTORING
This commit is contained in:
parent
a694e80b40
commit
11b2fc05e3
233 changed files with 2995 additions and 3049 deletions
|
|
@ -32,12 +32,12 @@
|
|||
|
||||
package org.lwjgl.input;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
import java.nio.ByteBuffer;
|
||||
import java.nio.ByteOrder;
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
import org.lwjgl.*;
|
||||
import org.lwjgl.Sys;
|
||||
import org.lwjgl.opengl.Window;
|
||||
|
||||
/**
|
||||
|
|
@ -235,7 +235,7 @@ public class Mouse {
|
|||
*/
|
||||
public static void create() throws Exception {
|
||||
|
||||
assert Window.isCreated() : "Window must be created prior to creating mouse";
|
||||
assert Window.isCreated() : "Window must be created prior to creating mouse";
|
||||
|
||||
if (!initialized) {
|
||||
initialize();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue