mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
restructure
This commit is contained in:
parent
3381ac1c7d
commit
b53a97408b
263 changed files with 2221 additions and 1191 deletions
|
|
@ -4,7 +4,7 @@ public unsafe partial struct ImGuiPayload
|
|||
{
|
||||
public readonly Span<byte> DataSpan => new(this.Data, this.DataSize);
|
||||
|
||||
public readonly bool IsDataType(Utf8Buffer type)
|
||||
public readonly bool IsDataType(ImU8String type)
|
||||
{
|
||||
fixed (ImGuiPayload* ptr = &this)
|
||||
return ImGui.IsDataType(ptr, type);
|
||||
|
|
@ -13,5 +13,5 @@ public unsafe partial struct ImGuiPayload
|
|||
|
||||
public partial struct ImGuiPayloadPtr
|
||||
{
|
||||
public readonly bool IsDataType(Utf8Buffer type) => ImGui.IsDataType(this, type);
|
||||
public readonly bool IsDataType(ImU8String type) => ImGui.IsDataType(this, type);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue