diff options
-rw-r--r-- | dc/input.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dc/input.cpp b/dc/input.cpp index 7f3ee3b3fd..1c78d19460 100644 --- a/dc/input.cpp +++ b/dc/input.cpp @@ -88,6 +88,10 @@ void handleInput(struct mapledev *pad, int16 &mouse_x, int16 &mouse_y, newkey = 9; break; case 0x2c: newkey = ' '; break; + case 0x4c: + if((shift & 0x11) && (shift & 0x44)) + exit(0); + break; case 0x4f: mouse_x++; break; case 0x50: |