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

Method InputThreadLoop

source/ControllerSwitch/SwitchVirtualGamepadHandler.cpp:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void SwitchVirtualGamepadHandler::InputThreadLoop(void* handler)
23{
24 do
25 {
26 static_cast<SwitchVirtualGamepadHandler*>(handler)->UpdateInput();
27 } while (static_cast<SwitchVirtualGamepadHandler*>(handler)->m_inputThreadIsRunning);
28}
29
30void SwitchVirtualGamepadHandler::OutputThreadLoop(void* handler)
31{

Callers

nothing calls this directly

Calls 1

UpdateInputMethod · 0.45

Tested by

no test coverage detected