Windows: Implemented AWTInputAdapter.

This commit is contained in:
Elias Naur 2006-10-30 15:46:42 +00:00
parent 4c5a2fe644
commit b2e21da777
12 changed files with 243 additions and 19 deletions

View file

@ -289,6 +289,7 @@ final class WindowsDisplay implements DisplayImplementation {
peer_info = new WindowsDisplayPeerInfo(pixel_format);
return peer_info;
}
public void update() {
nUpdate();
if (did_maximize) {
@ -581,7 +582,7 @@ final class WindowsDisplay implements DisplayImplementation {
}
}
private static WindowsDirectInput createDirectInput() throws LWJGLException {
static WindowsDirectInput createDirectInput() throws LWJGLException {
try {
return new WindowsDirectInput8(getDllInstance());
} catch (LWJGLException e) {