mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 23:14:19 +00:00
Remove AWTInputAdapter.update() and let users poll() Mouse and Keyboard directly
This commit is contained in:
parent
216044ffa4
commit
3a12b4bdd2
6 changed files with 11 additions and 28 deletions
|
|
@ -129,9 +129,6 @@ final class WindowsAWTInput extends AbstractAWTInput {
|
|||
}
|
||||
}
|
||||
|
||||
public void update() {
|
||||
}
|
||||
|
||||
public synchronized void pollMouse(IntBuffer coord_buffer, ByteBuffer buttons) {
|
||||
if (isGrabbed()) {
|
||||
if (cached_mouse != null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue