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
5
6namespace yaze {
7namespace emu {
8namespace ui {
9
14void RenderKeyboardConfig(input::InputManager* manager);
15
16} // namespace ui
17} // namespace emu
18} // namespace yaze
19
20#endif // YAZE_APP_EMU_UI_INPUT_HANDLER_H_
21
void RenderKeyboardConfig(input::InputManager *manager)
Render keyboard configuration UI.
Main namespace for the application.
Definition controller.cc:20