Freddy Feuerstein
Freddy Feuerstein
Mouse and Keyboard support is still WIP and may not fully work as expected. It even says it in the CHANGELOG file. Just wait for the next release.
> Android doesnt support right click since they made right click a back button, though idk if they can change the behavior of it Easyest way would be to remap...
I guess you can use `onBackPressed();` for checking if back has been pressed. I don't really know much about java though.
I found a temporary workaroun: Try to enable developer settings and then set usb debugging and force desktop on external devices to true. Your phone will always load the desktop...
I got it to work on my device my starting the optifine installer in termux and choosing the gamedir folder as the game directory and clicking on install. after that,...
Until gtk 3.0 works you could maybe use [webcord](https://github.com/SpacingBat3/WebCord/releases) as an alternative as they offer a native aarch64 build.
If I understood this correctly then you are trying to emulate an amd64 app that itself emulates aarch64. Seems kinda inefficient. Maybe try looking if there is a native switch...
its already planned to be added one inventory management works.
I mostly use dpkg-based distros but as far as I know, you would have to replace the apt parts (the update, install and repository add parts) with the following code:...
> Edit 4: I also realized it didn't asked for my password. That is because you used sudo before or have the sudo password disabled. > Edit: I just tried...