Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pinch to zoom in flatpak build #93

Open
doniks opened this issue Dec 22, 2024 · 4 comments
Open

pinch to zoom in flatpak build #93

doniks opened this issue Dec 22, 2024 · 4 comments

Comments

@doniks
Copy link

doniks commented Dec 22, 2024

In the desktop version installed via flatpak, I can completely play via the touchscreen of my laptop, except the zooming. I think maybe there is no multitouch support and thus pinch to zoom doesn't work and I have to resort to ctrl+mouse

@Sesu8642
Copy link
Owner

It looks to me like it should be supported. Can you confirm that multitouch works in other apps?
If it works in other apps, please try the jar release to rule out flatpak as the source of the issue.

@Sesu8642
Copy link
Owner

Note to self: This can be used to find out if the framework thinks multitouch hardware is available:

logger.info("Multitouch available: {}", Gdx.input.isPeripheralAvailable(Peripheral.MultitouchScreen));

@doniks
Copy link
Author

doniks commented Dec 29, 2024

no multitouch via java -jar FeudalTactics-desktop.jar either v1.3.1

@Sesu8642
Copy link
Owner

I installed Linux on some tablet I have and can reproduce the issue. I will investigate some more there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants