mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-02-17 21:24:28 +01:00
fix: destroy keyboard upon exit
This commit is contained in:
parent
5d4f778e5b
commit
b10c34254e
|
|
@ -116,6 +116,7 @@ public class MouseTest {
|
|||
wiggleMouse();
|
||||
|
||||
Mouse.destroy();
|
||||
Keyboard.destroy();
|
||||
gl.destroy();
|
||||
Display.destroy();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue