Question: How to access wiimote input data [DSU Client] to make another script #14
-
I have built linuxmotehook2 on my laptop and want to access the wiimote controller input from the DSU Client. My goal is to write a bash script that makes the wiimote pointer my desktop's mouse and maps the wiimote buttons to other keys. The question is how can I access the data in |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I'm not very familiar with the GitHub discussion system. With a second though, I believe that the issues section was not the correct place to start this question. I'm really sorry. |
Beta Was this translation helpful? Give feedback.
-
I'd recommend looking into using xwiimote library directly instead of relying on this project as middleware:
I'd suggest either using C/C++ interface directly, using this project's Vala bindings, or Lua bindings I wrote a while ago (plus probably |
Beta Was this translation helpful? Give feedback.
I'd recommend looking into using xwiimote library directly instead of relying on this project as middleware:
I'd suggest either using C/C++ interface directly, using this project's Vala bindings, or Lua bindings I wrote a while ago (plus prob…