#include "app/emu/ui/input_handler.h"
#include <SDL.h>
#include "app/gui/core/icons.h"
#include "imgui/imgui.h"
Go to the source code of this file.
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::emu |
SNES Emulation and debugging tools. | |
namespace | yaze::emu::ui |
Functions | |
void | yaze::emu::ui::RenderKeyboardConfig (input::InputManager *manager) |
Render keyboard configuration UI. | |