mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-19 21:42:59 +01:00
Added macro definitions for imguiTabs() parameters.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user