Remove AWTInputAdapter.update() and let users poll() Mouse and Keyboard directly

This commit is contained in:
Elias Naur 2006-11-10 13:52:18 +00:00
parent 216044ffa4
commit 3a12b4bdd2
6 changed files with 11 additions and 28 deletions

View file

@ -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)