| 1394 | #define ABS_Z 0x02 |
| 1395 | |
| 1396 | typedef struct VIRTIOInputDevice { |
| 1397 | VIRTIODevice common; |
| 1398 | VirtioInputTypeEnum type; |
| 1399 | uint32_t buttons_state; |
| 1400 | } VIRTIOInputDevice; |
| 1401 | |
| 1402 | static const uint16_t buttons_list[] = { |
| 1403 | BTN_LEFT, BTN_RIGHT, BTN_MIDDLE |
nothing calls this directly
no outgoing calls
no test coverage detected