Class | Description |
---|---|
ImGuiInputTextCallback |
Callback to use in
ImGui.inputText(String, imgui.type.ImString, int, ImGuiInputTextCallback) . |
ImListClipperCallback |
Callback for
ImGuiListClipper class. |
ImPlatformFuncViewport |
Callback to represent ImGuiPlatformIO function with args: (ImGuiViewport*)
|
ImPlatformFuncViewportFloat |
Callback to represent ImGuiPlatformIO function with args: (ImGuiViewport*, String)
|
ImPlatformFuncViewportImVec2 |
Callback to represent ImGuiPlatformIO function with args: (ImGuiViewport*, ImVec2)
|
ImPlatformFuncViewportString |
Callback to represent ImGuiPlatformIO function with args: (ImGuiViewport*, String)
|
ImPlatformFuncViewportSuppBoolean |
Callback to represent ImGuiPlatformIO function with args: (ImGuiViewport*) - Boolean
|
ImPlatformFuncViewportSuppFloat |
Callback to represent ImGuiPlatformIO function with args: (ImGuiViewport*) - Boolean
|
ImPlatformFuncViewportSuppImVec2 |
Callback to represent ImGuiPlatformIO function with args: (ImGuiViewport*) - ImVec2
|
ImStrConsumer |
Callback to supply Java string form native code.
|
ImStrSupplier |
Callback to get Java string from native code.
|