Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorStijn Buys <ingar@telenet.be>2020-07-18 14:49:13 +0200
committerStijn Buys <ingar@telenet.be>2020-07-18 14:49:13 +0200
commitb19afea9427dde861c990236ab11e23edfeb267c (patch)
tree6f87e57196649ebe8ba6e2945a82f48bcee1c3d1 /src/ui/ui.h
parent094ac735e16ad94c12bc1d866253f1c1d84a9af6 (diff)
Completed ui library tooltip implementation.
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index aaf4acc..c3b2f18 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -10,6 +10,7 @@
#include "ui/console.h"
#include "ui/font.h"
#include "ui/palette.h"
+#include "ui/tooltip.h"
#include "ui/widget.h"
#include "ui/window.h"
@@ -138,6 +139,8 @@ private:
Palette::Color mouse_pointer_color;
bool mouse_pointer_animated;
bool mouse_buttonleft_pressed;
+
+ unsigned long ui_tooltip_timestamp;
};
/// initialize the user interface