Revision | fe4cf9ae5c35794d8b460e61ee20c2e2379463c1 (tree) |
---|---|
Time | 2021-09-23 22:06:47 |
Author | ![]() |
Commiter | sparky4 |
fixed an issue of bakapi.exe while in pan mode you cannot escape until you press q i added escape key
@@ -258,7 +258,7 @@ main(int argc, char *argvar[]) | ||
258 | 258 | { |
259 | 259 | VL_ShowPage(&gvar.video.page[1], 0, 0); |
260 | 260 | } |
261 | - if(c==0x71 || c==0xb1 || c=='p') | |
261 | + if(c==27 || c==0x71 || c==0xb1 || c=='p') | |
262 | 262 | { |
263 | 263 | //getch(); // eat keyboard input |
264 | 264 | panswitch=0; |