Sliding menu in libgdx java android
I am trying to create a side sliding menu similar to Android’s NavigationView in libgdx the problem when I try to close by sliding to the left the menu closes quickly and I want it to close gradually depending on the sliding handled by GestureListener.
Multiplexer bug (CameralnputController + Touchpad)
// the touchpad multiplexer.addProcessor(createGameUiDev.getStage()); // Adds camera controls to the multiplexer multiplexer.addProcessor(camController); // Set the multiplexer as the main input handler Gdx.input.setInputProcessor(multiplexer); When the touchpad is touched first, I can’t move the camera at the same time. But when I move the camera first, I can move the touchpad at the same time. I want […]