mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 20:35:32 -07:00
Merge branch '86Box:master' into MS5146_1998
This commit is contained in:
25
src/include/86box/unix_osd.h
Normal file
25
src/include/86box/unix_osd.h
Normal file
@@ -0,0 +1,25 @@
|
||||
#ifndef _UNIX_OSD_H
|
||||
#define _UNIX_OSD_H
|
||||
|
||||
#include <SDL.h>
|
||||
|
||||
// state management
|
||||
extern void osd_init(void);
|
||||
extern void osd_deinit(void);
|
||||
extern int osd_open(SDL_Event event);
|
||||
extern int osd_close(SDL_Event event);
|
||||
|
||||
// keyboard event handler
|
||||
extern int osd_handle(SDL_Event event);
|
||||
|
||||
// draw the osd interface, if it's open
|
||||
extern void osd_present(void);
|
||||
|
||||
// future ui
|
||||
extern void osd_ui_sb_update_icon_state(int tag, int state);
|
||||
extern void osd_ui_sb_update_icon(int tag, int active);
|
||||
extern void osd_ui_sb_update_icon_write(int tag, int active);
|
||||
extern void osd_ui_sb_update_icon_wp(int tag, int state);
|
||||
|
||||
#endif /*_UNIX_OSD_H*/
|
||||
|
||||
4109
src/include/86box/unix_osd_font.h
Normal file
4109
src/include/86box/unix_osd_font.h
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user