xbox-one-controller-protocol
xbox-one-controller-protocol copied to clipboard
Xbox One Controller Protocol description
I wanted to try to control the LED on the xbox controller so I did a little poking around... The Window Xinput driver sends this command, which makes the LED...
Hi is there any possibility of seeing some code examples on how to open and send these packets to an xbone controller? Looking at c# myself.
on xbox one in the menu when pressing the logo button, it lets you turn off the current controller. found the code for that yet? cant be that hard to...
``` Byte[0]: Seems to be always zero Byte[1-2]: Left stick X, Left = 0x0000, Right = 0xFFFF, little endian Byte[3-4]: Left stick Y, Up = 0x0000, Down = 0xFFFF, ditto...