mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-10 08:54:01 +00:00
Fixed AWT dependency.
This commit is contained in:
parent
debea3b6b7
commit
a8fcd3edde
11 changed files with 187 additions and 79 deletions
|
|
@ -41,11 +41,10 @@ package org.lwjgl.opengl;
|
|||
import java.nio.ByteBuffer;
|
||||
import java.nio.FloatBuffer;
|
||||
import java.nio.IntBuffer;
|
||||
import java.io.IOException;
|
||||
|
||||
import org.lwjgl.input.Keyboard;
|
||||
import org.lwjgl.BufferUtils;
|
||||
import org.lwjgl.LWJGLException;
|
||||
import org.lwjgl.input.Keyboard;
|
||||
|
||||
final class LinuxDisplay implements DisplayImplementation {
|
||||
private static final int CURSOR_HANDLE_SIZE = 8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue