Skip to content
Snippets Groups Projects
Commit 4feee52a authored by Pascal Engeler's avatar Pascal Engeler
Browse files

syntax test

parent eac6a025
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ The ImGui library has been customized in the following way:
- **`imgui_impl_sdl.cpp`**:
- `ImGui_ImplSDL2_Touch_ProcessEvent`: Added implementation
- `ImGui_ImplSDL2_Touch_UpdateMousePosAndButtons`: Added implementation
- `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).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment