Added r_ViewportPos cvar for set the position of a viewport of a game/server launchers

This commit is contained in:
AMZN-Olex
2021-06-15 13:46:53 -04:00
parent a47b30c708
commit 2f5cffe679
6 changed files with 24 additions and 0 deletions
@@ -433,3 +433,5 @@ void android_main(android_app* appState)
MAIN_EXIT_FAILURE(appState, GetReturnCodeString(status));
}
}
void CVar_OnViewportPosition([[maybe_unused]] const AZ::Vector2& value) {}