Fix InputTextEx return type

This commit is contained in:
Soreepeong 2025-08-09 09:58:14 +09:00
parent 130eb7e574
commit bd824130bd

View file

@ -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,