mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +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")]
|
||||
[UnmanagedCallConv(CallConvs = [typeof(CallConvCdecl)])]
|
||||
public static partial int InputTextEx(
|
||||
public static partial byte InputTextEx(
|
||||
byte* label,
|
||||
byte* hint,
|
||||
byte* buf,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue