| 193 | void ddio_InternalMouseResume(void) {} |
| 194 | |
| 195 | void ddio_MouseMode(int mode) { Mouse_mode = mode; } |
| 196 | |
| 197 | // virtual coordinate system for mouse (match to video resolution set for optimal mouse usage. |
| 198 | void ddio_MouseSetVCoords(int width, int height) { ddio_MouseSetLimits(0, 0, width, height); } |
no outgoing calls
no test coverage detected