#include "app/emu/input/input_backend.h"
#include "SDL.h"
#include "imgui/imgui.h"
#include "util/log.h"
Go to the source code of this file.
Classes | |
class | yaze::emu::input::SDL2InputBackend |
SDL2 input backend implementation. More... | |
class | yaze::emu::input::NullInputBackend |
Null input backend for testing/replay. More... | |
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::emu |
SNES Emulation and debugging tools. | |
namespace | yaze::emu::input |