fix Return/KP_Return issues for Ryan's notebook
This commit is contained in:
@@ -248,6 +248,7 @@ void ScreenMapControllers::Input( const DeviceInput& DeviceI, const InputEventTy
|
||||
}
|
||||
break;
|
||||
case SDLK_RETURN: /* Change the selection. */
|
||||
case SDLK_KP_ENTER:
|
||||
m_bWaitingForPress = true;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user