Translate NK_UNDO to KEY_UNDO.

This commit is contained in:
Ole Loots 2013-10-26 15:39:05 +02:00
parent 3fc666a9be
commit 164571aa98

View File

@ -451,6 +451,10 @@ long nkc_to_input_key(short nkc, long * ucs4_out)
ik = KEY_UP;
break;
case NK_UNDO:
ik = KEY_UNDO;
break;
case NK_DOWN:
ik = KEY_DOWN;
break;