Skip to content

Commit c1632cf

Browse files
committed
[WIP] Viewports backend
1 parent e328d73 commit c1632cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

imgui-lwjgl3/src/test/java/ImGuiGlfwExample.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ private void setupImGui() {
143143
// Initialize ImGuiIO config
144144
final ImGuiIO io = ImGui.getIO();
145145

146+
io.setMouseDrawCursor(true);
146147
io.setIniFilename(null); // We don't want to save .ini file
147148
io.addConfigFlags(ImGuiConfigFlags.NavEnableKeyboard | ImGuiConfigFlags.DockingEnable | ImGuiConfigFlags.ViewportsEnable);
148149

0 commit comments

Comments
 (0)