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
7
8namespace yaze {
9namespace emu {
10namespace ui {
11
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_
void RenderKeyboardConfig(input::InputManager *manager, const std::function< void(const input::InputConfig &)> &on_config_changed)
Render keyboard configuration UI.