mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 15:35:09 +00:00
Removed enableBuffer() and enableTranslation() from the public API.
This commit is contained in:
parent
953e0f7982
commit
69bc20f3f5
4 changed files with 11 additions and 42 deletions
|
|
@ -127,8 +127,6 @@ public class KeyboardTest {
|
|||
private void createKeyboard() {
|
||||
try {
|
||||
Keyboard.create();
|
||||
Keyboard.enableBuffer();
|
||||
Keyboard.enableTranslation();
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
System.exit(-1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue