mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[sim] Enable docking in the GUI (#4960)
This commit is contained in:
@@ -116,7 +116,8 @@ __declspec(dllexport)
|
||||
}
|
||||
});
|
||||
|
||||
if (!gui::Initialize("Robot Simulation", 1280, 720)) {
|
||||
if (!gui::Initialize("Robot Simulation", 1280, 720,
|
||||
ImGuiConfigFlags_DockingEnable)) {
|
||||
return 0;
|
||||
}
|
||||
HAL_RegisterExtensionListener(
|
||||
|
||||
Reference in New Issue
Block a user