-`ImGui_ImplSDL2_NewFrame`: Changed to call `ImGui_ImplSDL2_Touch_UpdateMousePosAndButtons` instead of `ImGui_ImplSDL2_UpdateMousePosAndButtons`
-`ImGui_ImplSDL2_NewFrame`: Changed to call `ImGui_ImplSDL2_Touch_UpdateMousePosAndButtons`{:.c++} instead of `ImGui_ImplSDL2_UpdateMousePosAndButtons`
-**Notes**:
- On touch devices, one should generally call `ImGui_ImplSDL2_Touch_ProcessEvent` rather than `ImGui_ImplSDL2_ProcessEvent`
- To run `ImGui` demos, one must revert the change to `ImGui_ImplSDL2_NewFrame` (see comments).