We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9898b91 commit 937223eCopy full SHA for 937223e
Source/Managers/UInputMan.cpp
@@ -810,12 +810,6 @@ void UInputMan::HandleSpecialInput() {
810
if (KeyPressed(SDLK_p)) {
811
g_PerformanceMan.ShowAdvancedPerformanceStats(!g_PerformanceMan.AdvancedPerformanceStatsEnabled());
812
}
813
- } else if (KeyPressed(SDLK_PLUS)) {
814
- g_FrameMan.SetZoom(g_FrameMan.GetZoom() + 0.1f);
815
- } else if (KeyPressed(SDLK_MINUS)) {
816
- g_FrameMan.SetZoom(g_FrameMan.GetZoom() - 0.1f);
817
- } else if (KeyPressed(SDLK_EQUALS)) {
818
- g_FrameMan.SetZoom(1.0f);
819
820
} else {
821
if (KeyPressed(SDLK_F1)) {
0 commit comments