Get whether clipping is enabled on the given renderer.
Defined in SDL_render.h
renderer | the renderer from which clip state should be queried |
Returns SDL_TRUE if clipping is enabled or SDL_FALSE if not; call SDL_GetError() for more information.
This function is available since SDL 2.0.4.