mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-30 20:51:06 +01:00 
			
		
		
		
	Merge pull request #756 from jseward/master
Examples: SDL: Fix compile warnings.
This commit is contained in:
		| @@ -152,7 +152,6 @@ bool ImGui_ImplSdlGL3_ProcessEvent(SDL_Event* event) | |||||||
|         } |         } | ||||||
|     case SDL_TEXTINPUT: |     case SDL_TEXTINPUT: | ||||||
|         { |         { | ||||||
|             ImGuiIO& io = ImGui::GetIO(); |  | ||||||
|             io.AddInputCharactersUTF8(event->text.text); |             io.AddInputCharactersUTF8(event->text.text); | ||||||
|             return true; |             return true; | ||||||
|         } |         } | ||||||
|   | |||||||
| @@ -131,7 +131,6 @@ bool ImGui_ImplSdl_ProcessEvent(SDL_Event* event) | |||||||
|         } |         } | ||||||
|     case SDL_TEXTINPUT: |     case SDL_TEXTINPUT: | ||||||
|         { |         { | ||||||
|             ImGuiIO& io = ImGui::GetIO(); |  | ||||||
|             io.AddInputCharactersUTF8(event->text.text); |             io.AddInputCharactersUTF8(event->text.text); | ||||||
|             return true; |             return true; | ||||||
|         } |         } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user