| 57 | }; |
| 58 | |
| 59 | enum class XInputLEDPattern : uint8_t { |
| 60 | Off = 0x00, |
| 61 | Blinking = 0x01, |
| 62 | Flash1 = 0x02, |
| 63 | Flash2 = 0x03, |
| 64 | Flash3 = 0x04, |
| 65 | Flash4 = 0x05, |
| 66 | On1 = 0x06, |
| 67 | On2 = 0x07, |
| 68 | On3 = 0x08, |
| 69 | On4 = 0x09, |
| 70 | Rotating = 0x0A, |
| 71 | BlinkOnce = 0x0B, |
| 72 | BlinkSlow = 0x0C, |
| 73 | Alternating = 0x0D, |
| 74 | }; |
| 75 | |
| 76 | |
| 77 | class XInputController { |
nothing calls this directly
no outgoing calls
no test coverage detected