#library to control a joystick on linux
11 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
where exactly? All I'm seeing there is that the controller buttons are being read and something is being rendered as a result. I checked SDL just before posting this and it doesn't seem to support manually creating inputs
sdl references a generic joystic/gamepad by placing the SDL keycodes, and it accepts which ever keycodes you assign.
I'm trying to control a joystick like I mentioned in my post. I don't want to read it, at all.
i misunderstood. you need a TAS tool https://github.com/fullmoonissue/tas-scaffolding
Custom lua scaffolding project helping in TAS creation - fullmoonissue/tas-scaffolding
that is also not what I'm searching for. Firstly it seems to be tailored towards a certain tool, and secondly it's using lua, not c++
https://github.com/CommanderRag/xbox-controller-emulator-linux I think I finally found something that works
seems solved for now
!solved