Stany MARCEL
Stany MARCEL
Hello, I don't understand what you wand to change in events.py. The pad USB interface as designed by valve does not make a difference between the pad and the stick...
in sc-xbox.py use setPadAxesAsButtons with default params ``` def setPadAxesAsButtons(self, pos, abs_events, deadzone=0.6, clicked=False, revert=True): """ Set pad as buttons @param Pos pos designate left or right pad @param list...
if overlapping is still not working I'll look more deeply in the matter.
Hi, Linux has a special API (uinput) that permit to create virtual event devices from userland and generate events easily. The interface is located in uinput.c and uinput.py in my...
Thanks for the info, I'll try to add gyro data into the event mapper, but I still have to add a good strategy to permits the different possible use case....
Function I want to implement soon: - Enable gyro condition (always on, or on specific button event) - Use gyro as mouse (add yaw, pitch, roll accell to mouse event...
It should be possible to emulate a bluetooth gamepad and then instead of binding pad events to Linux events, binding them to the bluetooth emulated pad. I don't have a...
Never saw this behavior maybe a bug was introduced, I'll try to check tonight.
Do you use xinput test in wine ?
If I understand xinput test is used to test an emulator of xbox 360 pads. My driver already creates the same events as the xbox pad (tested with "wine control")...