Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ canBltToScreen
Method
canBltToScreen
platform/sdl/knativescreenSDL.cpp:336–338 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
334
}
335
336
bool KNativeScreenSDL::canBltToScreen() {
337
return additionalSDLWindowFlags == 0;
338
}
339
340
void KNativeScreenSDL::warpMouse(int x, int y) {
341
DISPATCH_MAIN_THREAD_BLOCK_THIS_BEGIN
Callers
1
draw
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected