Closed afzl-wtu closed 4 months ago
You are probably looking for the persist.waydroid.uevent property https://docs.waydro.id/usage/waydroid-prop-options
You can recreate /dev/input/eventX in the waydroid container by triggering the uevent
Finding out the correct /dev/input/eventX by
cat /proc/bus/input/devices
Assuming we got event4,
sudo sh -c 'echo add > /sys/class/input/event4/uevent'
You are probably looking for the persist.waydroid.uevent property https://docs.waydro.id/usage/waydroid-prop-options You can recreate /dev/input/eventX in the waydroid container by triggering the uevent Finding out the correct /dev/input/eventX by
cat /proc/bus/input/devices
Assuming we got event4,sudo sh -c 'echo add > /sys/class/input/event4/uevent'
If so, why xtmapper does not work with wayddroid. ANd hack of overlay windows is applied ?
You are probably looking for the persist.waydroid.uevent property https://docs.waydro.id/usage/waydroid-prop-options You can recreate /dev/input/eventX in the waydroid container by triggering the uevent Finding out the correct /dev/input/eventX by
cat /proc/bus/input/devices
Assuming we got event4,sudo sh -c 'echo add > /sys/class/input/event4/uevent'
If so, why xtmapper does not work with wayddroid. ANd hack of overlay windows is applied ?
It has been confirmed to work on several systems, there is also a video https://youtu.be/yvZD2E7kgG0?si=h7e9bps3wGaH5GnL
waydroid works, very good!
I have only tried the mouse to replace the touch control before. I don’t know why the custom buttons cannot be changed. There is no response when entering numbers or letters.
sudo pacman -S wayland-protocols libxkbcommon
Okay, forget to install this!
This method in waydroid has a flaw. It generates a key-press running form externally. When the game itself supports wasd, there will be conflicts and it is inflexible!
Try using new cage method.
Waydroid seriously lacks keymapper. I can see /dev/input in waydroid getting keystroked. Can we not read directly and rempap them through evdev to touch events?