MCPcopy Create free account
hub / github.com/RetroAchievements/RALibretro / toggleBackgroundInput

Method toggleBackgroundInput

src/Application.cpp:2793–2799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2791}
2792
2793void Application::toggleBackgroundInput()
2794{
2795 const bool enabled = !_config.getBackgroundInput();
2796 _config.setBackgroundInput(enabled);
2797
2798 setBackgroundInput(enabled);
2799}
2800
2801void Application::setBackgroundInput(bool enabled)
2802{

Callers

nothing calls this directly

Calls 2

getBackgroundInputMethod · 0.45
setBackgroundInputMethod · 0.45

Tested by

no test coverage detected