| 39 | |
| 40 | // Analog stick format |
| 41 | typedef struct XBOX360_HAT { |
| 42 | Xbox360_SShort x,y; |
| 43 | } PACKED XBOX360_HAT; |
| 44 | |
| 45 | // Structure describing the report had back from the controller |
| 46 | typedef struct XBOX360_IN_REPORT { |
nothing calls this directly
no outgoing calls
no test coverage detected