UnrealImGui/Source/ImGui/Private/Widgets
Sebastian 4c3905b348 Added more options to control the canvas size:
- Canvas size can be set to custom width and height, desktop size or viewport size.
- The old Adaptive Canvas Size is replaced by the viewport size type.
- Custom and desktop size types can be also extended to the viewport size but they will never be smaller than their base sizes.
2020-05-10 21:05:27 +01:00
..
SImGuiCanvasControl.cpp Refactored ImGui widget and removed dependency on ImGui internal cursor data: 2019-03-13 20:40:13 +00:00
SImGuiCanvasControl.h Refactored ImGui widget and removed dependency on ImGui internal cursor data: 2019-03-13 20:40:13 +00:00
SImGuiLayout.cpp Fixed issue with SImGuiLayout blocking mouse input for other Slate widgets, which was introduced by refactorization of widgets (version 1.14, commit c144658f): 2019-05-31 19:58:00 +01:00
SImGuiLayout.h Refactored ImGui widget and removed dependency on ImGui internal cursor data: 2019-03-13 20:40:13 +00:00
SImGuiWidget.cpp Added more options to control the canvas size: 2020-05-10 21:05:27 +01:00
SImGuiWidget.h Added more options to control the canvas size: 2020-05-10 21:05:27 +01:00