mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 22:45:50 +00:00
AWTInputAdapter: unregister event listeners on destroy()
This commit is contained in:
parent
0e10718b16
commit
3fc91a641c
2 changed files with 4 additions and 3 deletions
|
|
@ -60,7 +60,4 @@ final class MacOSXAWTInput extends AbstractAWTInput {
|
|||
((MacOSXMouseEventQueue)getMouseEventQueue()).warpCursor();
|
||||
had_focus = has_focus;
|
||||
}
|
||||
|
||||
public void destroy() {
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue