Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GameDevWeek
Dependencies
Cpp
mirrage
Commits
7ebfb780
Commit
7ebfb780
authored
Mar 29, 2019
by
Michael Ochmann
Browse files
added label `SIZE_AUTO` for better readability if a size in a `ImVec` is zero for automatic sizing.
parent
fc386408
Pipeline
#2926
passed with stage
in 13 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mirrage/gui/include/mirrage/gui/gui.hpp
View file @
7ebfb780
...
...
@@ -21,6 +21,8 @@
namespace
ImGui
{
inline
constexpr
float
SIZE_AUTO
=
0.0
f
;
enum
class
WindowPosition_X
{
center
=
0
,
left
=
1
,
right
=
2
};
enum
class
WindowPosition_Y
{
center
=
0
,
top
=
1
,
bottom
=
2
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment