mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
*** empty log message ***
This commit is contained in:
parent
895c751ec6
commit
4924c564d5
11 changed files with 168 additions and 76 deletions
|
|
@ -35,7 +35,6 @@ package org.lwjgl.input;
|
|||
import java.nio.ByteBuffer;
|
||||
import java.nio.ByteOrder;
|
||||
|
||||
import org.lwjgl.*;
|
||||
import org.lwjgl.Sys;
|
||||
|
||||
/**
|
||||
|
|
@ -249,8 +248,6 @@ public class Keyboard {
|
|||
public static void create() throws Exception {
|
||||
if (created)
|
||||
return;
|
||||
if (!Window.isCreated())
|
||||
throw new Exception("The display has not yet been created.");
|
||||
if (!nCreate())
|
||||
throw new Exception("The keyboard could not be created.");
|
||||
created = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue