| 126 | } |
| 127 | |
| 128 | int ddio_MouseGetCaps(int *buttons, int *axes) { |
| 129 | *buttons = 6; |
| 130 | *axes = 2; |
| 131 | return MOUSE_LB | MOUSE_CB | MOUSE_RB; |
| 132 | } |
| 133 | |
| 134 | void ddio_MouseClose() { DDIO_mouse_init = false; } |
| 135 |
no outgoing calls
no test coverage detected