Initial mouse support added.
[rodin/chimara.git] / libchimara / window.h
index 36bf257e390e46d2e792f5ec94c06fbad253f00b..1d183a34357983881f00bb8fbbf4b79a5811f1a8 100644 (file)
@@ -9,6 +9,7 @@
 #include "input.h"
 #include "style.h"
 #include "hyperlink.h"
+#include "mouse.h"
 
 
 enum InputRequestType
@@ -73,6 +74,7 @@ struct glk_window_struct
        gulong insert_text_handler;
        gulong tag_event_handler;
        gulong shutdown_keypress_handler;
+       gulong button_press_event_handler;
        /* Window buffer */
        GString *buffer;
        /* Hyperlinks */