kozec
kozec
Theoretically it's possible, but actual profile data is stored on Valve servers and I doubt they will cooperate with random piece of sw trying to steal it.
REL_Z is currently not supported as emulated mouse has only XY and wheel, but I can check if it can be added.
Ok, I have to ask you what gave you idea that anything of this should work and what's expected output of `xinput test`. It doesn't looks like it can handle...
Just as sad status report, I was not able to get this to work. There is no problem with enabling any kind of mouse axes [here](https://github.com/kozec/sc-controller/blob/master/scc/uinput.py#L416), but no combination seems...
I'm usually updating those only when building new release. But this looks harmless. I'll try to update my windows machine and I don't think it should interfere with anything.
I'm afraid debugging this issue without actual Shield Controller is not going to be easy. Does controller works with evtest? What's its output?
Sounds like I'll have to make "bugfix" release soon :(
Looks like issue with path, either because of how different version of meson behaves or caused by container. Open `src/daemon/meson.build` and add/remove some `../`'s from path that should lead to...
Okay, I can see how that may be an issue. I've added it.
> b. I wanted to just compile this program and then be able to copy it somewhere else (almost like packaging). Why are you starting `scc-daemon` then? To just build...