diff options
Diffstat (limited to 'src/ui_elements/UI.h')
| -rw-r--r-- | src/ui_elements/UI.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui_elements/UI.h b/src/ui_elements/UI.h index 8754329..52d2222 100644 --- a/src/ui_elements/UI.h +++ b/src/ui_elements/UI.h @@ -5,6 +5,9 @@ #ifndef UI_ELEMENTS_H #define UI_ELEMENTS_H +static const float ROUNDNESS = 0.015f; +static const int ROUNDNESS_SEGMENTS = 8; + static const float SCROLL_SENC = 10; static const float TAB_WIDTH = 4; static const int PADDING = 10; @@ -44,6 +47,7 @@ static const int PAGE_DOTS_PADDING = 15; static const int PAGE_DOTS_RADIUS = 3; static const char PAGE_DOTS_TRANSPARENCY = (char)192; +/// Draws the little dots that represent the page you are on void DrawPageView(int y, unsigned int pages, unsigned int current_page); // ========== TEXT EDITOR ========== |
