mirror of
https://github.com/mborgerson/xemu.git
synced 2026-02-04 12:35:27 +00:00
ui: Refactor
This commit is contained in:
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user