| 177 | } |
| 178 | |
| 179 | int SDL_CaptureMouse(SDL_bool enabled) |
| 180 | { |
| 181 | LOG(LL_TRACE, LCF_SDL | LCF_MOUSE, "%s call with %d", __func__, enabled); |
| 182 | /* We should disable capture anyway */ |
| 183 | return 0; |
| 184 | } |
| 185 | |
| 186 | SDL_bool SDL_GetRelativeMouseMode(void) |
| 187 | { |
no outgoing calls
no test coverage detected