From 50290baf048dd8bf2d6a274de4f94fa611188073 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sun, 22 Mar 2020 13:54:54 +0900 Subject: [PATCH] [qwaq] Add missing part of commit --- ruamoko/qwaq/qwaq-app.r | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruamoko/qwaq/qwaq-app.r b/ruamoko/qwaq/qwaq-app.r index beeb02788..f2834b77e 100644 --- a/ruamoko/qwaq/qwaq-app.r +++ b/ruamoko/qwaq/qwaq-app.r @@ -131,7 +131,7 @@ arp_end (void) -handleEvent: (qwaq_event_t *) event { [objects handleEvent: event]; - if (event.what == qe_key && event.key == '\x18') { + if (event.what == qe_key && event.key.code == '\x18') { event.what = qe_command; event.message.command = qc_exit; }