MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / isGrabbed

Method isGrabbed

Source/Window.cpp:454–459  ·  view source on GitHub ↗

* Is the window currently grabbed */

Source from the content-addressed store, hash-verified

452 * Is the window currently grabbed
453 */
454bool cWindow::isGrabbed() const {
455 if (SDL_GetWindowGrab(mWindow) == SDL_TRUE)
456 return true;
457
458 return false;
459}
460
461void cWindow::ToggleFullscreen() {
462

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected