mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 06:13:40 +01:00
restructure
This commit is contained in:
parent
3381ac1c7d
commit
b53a97408b
263 changed files with 2221 additions and 1191 deletions
|
|
@ -16,7 +16,7 @@ public unsafe partial struct ImGuiIO
|
|||
ImGui.AddInputCharacter(thisPtr, c);
|
||||
}
|
||||
|
||||
public void AddInputCharacters(Utf8Buffer str)
|
||||
public void AddInputCharacters(ImU8String str)
|
||||
{
|
||||
fixed (ImGuiIO* thisPtr = &this)
|
||||
ImGui.AddInputCharacters(thisPtr, str);
|
||||
|
|
@ -29,5 +29,5 @@ public partial struct ImGuiIOPtr
|
|||
|
||||
public void AddInputCharacter(Rune c) => ImGui.AddInputCharacter(this, c);
|
||||
|
||||
public void AddInputCharacters(Utf8Buffer str) => ImGui.AddInputCharacters(this, str);
|
||||
public void AddInputCharacters(ImU8String str) => ImGui.AddInputCharacters(this, str);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue