mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Added macro definitions for imguiTabs() parameters.
This commit is contained in:
parent
63d7db800c
commit
ef4c57b7a9
1 changed files with 8 additions and 0 deletions
|
@ -53,6 +53,14 @@
|
|||
#define IMGUI_INPUT_R 4
|
||||
#endif //IMGUI_INPUT_R
|
||||
|
||||
#ifndef IMGUI_TABS_HEIGHT
|
||||
#define IMGUI_TABS_HEIGHT 20
|
||||
#endif //IMGUI_TABS_HEIGHT
|
||||
|
||||
#ifndef IMGUI_TABS_R
|
||||
#define IMGUI_TABS_R 9
|
||||
#endif //IMGUI_TABS_R
|
||||
|
||||
#ifndef IMGUI_INDENT_VALUE
|
||||
#define IMGUI_INDENT_VALUE 16
|
||||
#endif //IMGUI_INDENT_VALUE
|
||||
|
|
Loading…
Reference in a new issue