1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-09 23:54:20 +00:00

Examples: Apple: Amend build scripts and gitignore, fix misc OSX warnings. (#8637)

# Conflicts:
#	backends/imgui_impl_metal.mm
This commit is contained in:
ocornut 2025-05-14 18:05:23 +02:00
parent 2df9e9b103
commit b5a73033ab
5 changed files with 31 additions and 36 deletions

View file

@ -477,7 +477,7 @@ bool ImGui_ImplOSX_Init(NSView* view)
[view addSubview:bd->KeyEventResponder];
ImGui_ImplOSX_AddTrackingArea(view);
platform_io.Platform_SetImeDataFn = [](ImGuiContext*, ImGuiViewport* viewport, ImGuiPlatformImeData* data) -> void
platform_io.Platform_SetImeDataFn = [](ImGuiContext*, ImGuiViewport*, ImGuiPlatformImeData* data) -> void
{
ImGui_ImplOSX_Data* bd = ImGui_ImplOSX_GetBackendData();
if (data->WantVisible)