1
0
mirror of https://github.com/simh/simh.git synced 2026-02-14 19:57:19 +00:00

Added reporting of the QVSS window focus release key when Video Windows is created

This commit is contained in:
Mark Pizzolato
2013-06-13 07:00:32 -07:00
parent baba5f8c08
commit a7a8f3d905
5 changed files with 65 additions and 30 deletions

View File

@@ -175,5 +175,7 @@ t_stat vid_poll_mouse (SIM_MOUSE_EVENT *ev);
void vid_draw (int32 x, int32 y, int32 w, int32 h, uint8 *buf);
void vid_refresh (void);
const char *vid_version (void);
t_stat vid_set_release_key (FILE* st, UNIT* uptr, int32 val, void* desc);
t_stat vid_show_release_key (FILE* st, UNIT* uptr, int32 val, void* desc);
#endif