Work around ActiveIdUsingKeyInputMask having a wrong type

This commit is contained in:
Soreepeong 2025-08-07 21:18:08 +09:00
parent b3dcdb4539
commit 3e2a6ec9cb
211 changed files with 10 additions and 219 deletions

View file

@ -24,4 +24,3 @@ public unsafe partial class ImGui
// DISCARDED: internal static byte InputTextMultilineNative(byte* label, byte* buf, nuint bufSize, Vector2 size, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, void* userData)
// DISCARDED: internal static byte InputTextWithHintNative(byte* label, byte* hint, byte* buf, nuint bufSize, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, void* userData)
// DISCARDED: internal static byte TempInputTextNative(ImRect bb, uint id, byte* label, byte* buf, int bufSize, ImGuiInputTextFlags flags)

View file

@ -89,4 +89,3 @@ public unsafe partial class ImGuiNative
}
}