Add docking of main viewport
- Change ImGui branch to docking - Rework code to handle viewport resizes instead of window resize
This commit is contained in:
@@ -198,6 +198,7 @@
|
||||
<ClCompile Include="src\copium\event\MousePressEvent.cpp" />
|
||||
<ClCompile Include="src\copium\event\MouseReleaseEvent.cpp" />
|
||||
<ClCompile Include="src\copium\event\MouseScrollEvent.cpp" />
|
||||
<ClCompile Include="src\copium\event\ViewportResize.cpp" />
|
||||
<ClCompile Include="src\copium\event\WindowFocusEvent.cpp" />
|
||||
<ClCompile Include="src\copium\event\WindowResizeEvent.cpp" />
|
||||
<ClCompile Include="src\copium\mesh\Mesh.cpp" />
|
||||
@@ -259,6 +260,7 @@
|
||||
<ClInclude Include="src\copium\ecs\ECSManager.h" />
|
||||
<ClInclude Include="src\copium\ecs\Entity.h" />
|
||||
<ClInclude Include="src\copium\ecs\EntitySet.h" />
|
||||
<ClInclude Include="src\copium\event\ViewportResize.h" />
|
||||
<ClInclude Include="src\copium\example\AnimationSystem.h" />
|
||||
<ClInclude Include="src\copium\example\DebugSystem.h" />
|
||||
<ClInclude Include="src\copium\example\LevelGeneratorComponentListener.h" />
|
||||
|
||||
Reference in New Issue
Block a user