We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01da984 commit 0938c98Copy full SHA for 0938c98
src/ImGui.NET/ImGuiTextEditCallback.cs
@@ -1,4 +1,7 @@
1
-namespace ImGuiNET
+using System.Runtime.InteropServices;
2
+
3
+namespace ImGuiNET
4
{
5
+ [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
6
public unsafe delegate int ImGuiInputTextCallback(ImGuiInputTextCallbackData* data);
7
}
0 commit comments