* Added arrow keys

* Fixed position of radar button
This commit is contained in:
Ben Lankamp
2020-06-20 11:48:49 +02:00
parent 28e98329b6
commit 09197ee12f
3 changed files with 15 additions and 22 deletions
+1 -1
View File
@@ -325,7 +325,7 @@ void SidebarClass::Init_IO(void)
Zoom.IsSticky = true;
Zoom.ID = BUTTON_ZOOM;
Zoom.X = 1024 - (640 - ((0x24c/2)*RESFACTOR));
Zoom.X = ScreenWidth - (640 - ((0x24c/2)*RESFACTOR));
Zoom.Y = (0x96/2)*RESFACTOR;
Zoom.IsPressed = false;
Zoom.Set_Shape(MFCD::Retrieve("MAP.SHP"));