#include "app/emu/ui/input_handler.h"#include "app/gui/core/icons.h"#include "app/platform/sdl_compat.h"#include "imgui/imgui.h"
Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::emu |
| SNES Emulation and debugging tools. | |
| namespace | yaze::emu::ui |
Functions | |
| void | yaze::emu::ui::RenderKeyboardConfig (input::InputManager *manager, const std::function< void(const input::InputConfig &)> &on_config_changed={}) |
| Render keyboard configuration UI. | |