v1.2.0: overhauled controller pointer, now has unique sprite and works on linux
This commit is contained in:
@@ -108,6 +108,7 @@ public class InputHandler extends InputAdapter {
|
||||
|
||||
@Override
|
||||
public boolean mouseMoved(int screenX, int screenY) {
|
||||
ControllerHandler.setControllerPointer(false);
|
||||
PointerEvent.addPointerEvent(new PointerEvent(screenX, screenY, -1, PointerEvent.Type.HOVER));
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user