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