| 2791 | } |
| 2792 | |
| 2793 | void Application::toggleBackgroundInput() |
| 2794 | { |
| 2795 | const bool enabled = !_config.getBackgroundInput(); |
| 2796 | _config.setBackgroundInput(enabled); |
| 2797 | |
| 2798 | setBackgroundInput(enabled); |
| 2799 | } |
| 2800 | |
| 2801 | void Application::setBackgroundInput(bool enabled) |
| 2802 | { |
nothing calls this directly
no test coverage detected