Rewrote UserInput <> SDL interaction.

This commit is contained in:
Ben Lankamp
2020-06-18 16:11:40 +02:00
parent 7091282433
commit 829f27c76f
18 changed files with 386 additions and 234 deletions
-1
View File
@@ -719,7 +719,6 @@ static int map_y2; // map coords y2, pixel coords
bool sizemap_cancel = false; // true = user cancels
bool sizemap_process = true;
void Imgui_SizeMap(void) {
extern int mousex, mousey;
bool toolActive = false;
ImGuiStyle& style = ImGui::GetStyle();