MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / presentedSinceLastCheck

Method presentedSinceLastCheck

platform/sdl/knativescreenSDL.cpp:325–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325bool KNativeScreenSDL::presentedSinceLastCheck() {
326 bool result = presented;
327 presented = false;
328 return result;
329}
330
331void KNativeScreenSDL::clearTextureCache(U32 id) {
332 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(wndCacheMutex);

Callers 1

mainloopFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected