| 44 | |
| 45 | // Structure describing the report had back from the controller |
| 46 | typedef 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 |
| 55 | typedef struct XBOX360_OUT_LED { |
nothing calls this directly
no outgoing calls
no test coverage detected