mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Fix InputTextEx return type
This commit is contained in:
parent
130eb7e574
commit
bd824130bd
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ public static unsafe partial class ImGuiNative
|
||||||
|
|
||||||
[LibraryImport(LibraryName, EntryPoint = "igInputTextEx")]
|
[LibraryImport(LibraryName, EntryPoint = "igInputTextEx")]
|
||||||
[UnmanagedCallConv(CallConvs = [typeof(CallConvCdecl)])]
|
[UnmanagedCallConv(CallConvs = [typeof(CallConvCdecl)])]
|
||||||
public static partial int InputTextEx(
|
public static partial byte InputTextEx(
|
||||||
byte* label,
|
byte* label,
|
||||||
byte* hint,
|
byte* hint,
|
||||||
byte* buf,
|
byte* buf,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue