MCPcopy Create free account
hub / github.com/cathery/sys-con / OutputThreadLoop

Method OutputThreadLoop

source/ControllerSwitch/SwitchVirtualGamepadHandler.cpp:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void SwitchVirtualGamepadHandler::OutputThreadLoop(void* handler)
31{
32 do
33 {
34 static_cast<SwitchVirtualGamepadHandler*>(handler)->UpdateOutput();
35 } while (static_cast<SwitchVirtualGamepadHandler*>(handler)->m_outputThreadIsRunning);
36}
37
38Result SwitchVirtualGamepadHandler::InitInputThread()
39{

Callers

nothing calls this directly

Calls 1

UpdateOutputMethod · 0.45

Tested by

no test coverage detected