[qwaq] Add missing part of commit

This commit is contained in:
Bill Currie 2020-03-22 13:54:54 +09:00
parent 75f38f456b
commit 50290baf04
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}