mirror of https://github.com/xemu-project/xemu.git
ui: Refactor
This commit is contained in:
parent
6b97fbb3ef
commit
b52cec8a28
1258
ui/xemu-hud.cc
1258
ui/xemu-hud.cc
File diff suppressed because it is too large
Load Diff
|
@ -38,7 +38,7 @@ void xemu_toggle_fullscreen(void);
|
|||
// Implemented in xemu_hud.cc
|
||||
void xemu_hud_init(SDL_Window *window, void *sdl_gl_context);
|
||||
void xemu_hud_cleanup(void);
|
||||
void xemu_hud_render(SDL_Window *window);
|
||||
void xemu_hud_render(void);
|
||||
void xemu_hud_process_sdl_events(SDL_Event *event);
|
||||
void xemu_hud_should_capture_kbd_mouse(int *kbd, int *mouse);
|
||||
|
||||
|
|
Loading…
Reference in New Issue