Skip to content

Commit 7755cd2

Browse files
committed
Also exit dialogs on MYKEY_SYSTEM
1 parent 4ff3c13 commit 7755cd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dialog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ const bool CDialog::keyPress(const SDL_Event &p_event)
192192
switch (p_event.key.keysym.sym)
193193
{
194194
case MYKEY_PARENT:
195+
case MYKEY_SYSTEM:
195196
m_retVal = -1;
196197
l_ret = true;
197198
break;

0 commit comments

Comments
 (0)