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 e328d73 commit c1632cfCopy full SHA for c1632cf
imgui-lwjgl3/src/test/java/ImGuiGlfwExample.java
@@ -143,6 +143,7 @@ private void setupImGui() {
143
// Initialize ImGuiIO config
144
final ImGuiIO io = ImGui.getIO();
145
146
+ io.setMouseDrawCursor(true);
147
io.setIniFilename(null); // We don't want to save .ini file
148
io.addConfigFlags(ImGuiConfigFlags.NavEnableKeyboard | ImGuiConfigFlags.DockingEnable | ImGuiConfigFlags.ViewportsEnable);
149
0 commit comments