| 69 | |
| 70 | private: |
| 71 | constexpr static uint8_t BuildMask(uint8_t offset) { |
| 72 | return (1 << offset); // Bitmask of bit to flip |
| 73 | } |
| 74 | }; |
| 75 | |
| 76 | static const XInputMap_Button Map_DpadUp(2, 0); |
nothing calls this directly
no outgoing calls
no test coverage detected