MCPcopy 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
47KNativeInputPtr KNativeScreenSDL::getInput() {
48 return input;
49}
50
51void KNativeScreenSDL::setScreenSize(U32 cx, U32 cy) {
52 input->setScreenSize(cx, cy);

Callers 3

drawMethod · 0.80
takeScreenShotMethod · 0.80
getCurrentInputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected