mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 06:53:59 +00:00
Windows: Implemented AWTInputAdapter.
This commit is contained in:
parent
4c5a2fe644
commit
b2e21da777
12 changed files with 243 additions and 19 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue