Make Display.pollDevices() public

This commit is contained in:
Michael Pfaff 2022-11-19 00:37:15 -05:00
parent b184525212
commit 33506fc029
Signed by: michael
GPG Key ID: CF402C4A012AA9D4
1 changed files with 1 additions and 1 deletions

View File

@ -656,7 +656,7 @@ public final class Display {
}
}
static void pollDevices() {
public static void pollDevices() {
// Poll the input devices while we're here
if (Mouse.isCreated()) {
Mouse.poll();