mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 20:33:40 +01:00
Work around ActiveIdUsingKeyInputMask having a wrong type
This commit is contained in:
parent
b3dcdb4539
commit
3e2a6ec9cb
211 changed files with 10 additions and 219 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -89,4 +89,3 @@ public unsafe partial class ImGuiNative
|
|||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue