yaze
0.3.2
Link to the Past ROM Editor
Loading...
Searching...
No Matches
input_handler.h
Go to the documentation of this file.
1
#ifndef YAZE_APP_EMU_UI_INPUT_HANDLER_H_
2
#define YAZE_APP_EMU_UI_INPUT_HANDLER_H_
3
4
#include <functional>
5
6
#include "
app/emu/input/input_manager.h
"
7
8
namespace
yaze
{
9
namespace
emu {
10
namespace
ui {
11
16
void
RenderKeyboardConfig
(
17
input::InputManager* manager,
18
const
std::function<
void
(
const
input::InputConfig&)>& on_config_changed = {});
19
20
}
// namespace ui
21
}
// namespace emu
22
}
// namespace yaze
23
24
#endif
// YAZE_APP_EMU_UI_INPUT_HANDLER_H_
input_manager.h
yaze::emu::ui::RenderKeyboardConfig
void RenderKeyboardConfig(input::InputManager *manager, const std::function< void(const input::InputConfig &)> &on_config_changed)
Render keyboard configuration UI.
Definition
input_handler.cc:11
yaze
Definition
application.cc:18
src
app
emu
ui
input_handler.h
Generated by
1.10.0