aboutsummaryrefslogtreecommitdiff
path: root/src/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui.h b/src/ui.h
index 19c8881..d8e419a 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -32,5 +32,6 @@ void ui_redraw_panel(unsigned char);
void ui_present();
void ui_mousel_up(int, int);
void ui_mousel_down(int, int);
+int ui_mouser_down(int, int);
void ui_mouse_move(int, int);
unsigned char ui_theme_load(const char *);