public abstract class ImGuiInputTextCallback extends java.lang.Object implements java.util.function.Consumer<ImGuiInputTextCallbackData>
ImGui.inputText(String, imgui.type.ImString, int, ImGuiInputTextCallback)
.Constructor and Description |
---|
ImGuiInputTextCallback() |
Modifier and Type | Method and Description |
---|---|
void |
accept(long ptr)
This function will be called by the native Callback and wrapped.
|