mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2025-12-06 08:01:59 +01:00
Make joysticks fire events
This commit is contained in:
parent
c6a4aeaf1e
commit
a2f62499b9
|
|
@ -61,7 +61,7 @@ final class LinuxJoystickAbstractController extends AbstractController {
|
||||||
}
|
}
|
||||||
|
|
||||||
protected final boolean getNextDeviceEvent(Event event) throws IOException {
|
protected final boolean getNextDeviceEvent(Event event) throws IOException {
|
||||||
return false;
|
return device.getNextEvent(event);
|
||||||
}
|
}
|
||||||
|
|
||||||
public Type getType() {
|
public Type getType() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue