5 lines
115 B
C#
5 lines
115 B
C#
|
namespace ImGuiNET
|
|||
|
{
|
|||
|
public unsafe delegate int ImGuiInputTextCallback(ImGuiInputTextCallbackData* data);
|
|||
|
}
|