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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user