You are not logged in.
Currently making an android app to emulate joystick/controller input to play mario kart 8 on cemu, however I can't find a way to emulate controller input from shell commands (which the app sends). I've read https://wiki.archlinux.org/index.php/Ga … ut_systems and looked online but all I could find is controller to keyboard input. Can upload the completed app (+code) once it's finished if requested. Any help is appreciated.
TL;DR:
Shell command to emulate controller/joystick input which cemu can read
(E.g. the equivalent of xdotool key <key>)
Offline
If all you're looking for is keyboard input to virtual joystick device, have you try with wejoy?
Wejoy can make virtual controller device (in /dev/input) controlled by LUA script.
You can add on-call function like keypress(key) and pass a value to another function that emulate button press.
Last edited by bugandy (2020-01-07 20:51:51)
Offline