Make joysticks fire events

This commit is contained in:
endolf 2007-08-12 22:10:37 +00:00
parent c6a4aeaf1e
commit a2f62499b9

View file

@ -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() {