MCPcopy Create free account
hub / github.com/clementgallet/libTAS / SDL_CaptureMouse

Function SDL_CaptureMouse

src/library/inputs/sdlpointer.cpp:179–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179int 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
186SDL_bool SDL_GetRelativeMouseMode(void)
187{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected