virtual coordinate system for mouse (match to video resolution set for optimal mouse usage.
| 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); } |
| 199 | |
| 200 | int sdlMouseButtonDownFilter(SDL_Event const *event) { |
| 201 | ASSERT(event->type == SDL_MOUSEBUTTONDOWN); |
no test coverage detected