Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ getInput
Method
getInput
platform/sdl/knativescreenSDL.cpp:47–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
KNativeInputPtr KNativeScreenSDL::getInput() {
48
return input;
49
}
50
51
void KNativeScreenSDL::setScreenSize(U32 cx, U32 cy) {
52
input->setScreenSize(cx, cy);
Callers
3
draw
Method · 0.80
takeScreenShot
Method · 0.80
getCurrentInput
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected