| 33 | |
| 34 | // Common structure format |
| 35 | typedef struct XBOX360_PACKET { |
| 36 | Xbox360_Byte command; |
| 37 | Xbox360_Byte size; |
| 38 | } PACKED XBOX360_PACKET; |
| 39 | |
| 40 | // Analog stick format |
| 41 | typedef struct XBOX360_HAT { |
nothing calls this directly
no outgoing calls
no test coverage detected