added enter key for SDL/emu mode

This commit is contained in:
HW
2011-12-08 00:40:44 +01:00
parent 6582ad8f95
commit a86352dbc4

View File

@@ -115,6 +115,9 @@ function set_emu_keycodes()
KEY_FW_LEFT = 113
KEY_FW_RIGHT = 114
KEY_FW_PRESS = 36 -- enter for now
KEY_ENTER = 36
KEY_A = 38
KEY_S = 39
KEY_D = 40