MCPcopy Create free account
hub / github.com/360Controller/360Controller / XBOX360_IN_REPORT

Class XBOX360_IN_REPORT

360Controller/ControlStruct.h:46–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45// Structure describing the report had back from the controller
46typedef struct XBOX360_IN_REPORT {
47 XBOX360_PACKET header;
48 Xbox360_Short buttons;
49 Xbox360_Byte trigL,trigR;
50 XBOX360_HAT left,right;
51 Xbox360_Byte reserved[6];
52} PACKED XBOX360_IN_REPORT;
53
54// Structure describing the command to change LED status
55typedef struct XBOX360_OUT_LED {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected