| 410 | } |
| 411 | |
| 412 | void MainProgram::input_global_back_button_callback() { |
| 413 | screen->input_global_back_button_callback(); |
| 414 | post_callback(); |
| 415 | } |
| 416 | |
| 417 | bool MainProgram::input_keybind_callback(const Vector2ui32& newKey) { |
| 418 | if(keybindWaiting.has_value()) { |
no outgoing calls
no test coverage detected