Initial mouse support added.
[rodin/chimara.git] / libchimara / mouse.h
diff --git a/libchimara/mouse.h b/libchimara/mouse.h
new file mode 100644 (file)
index 0000000..0cf60a3
--- /dev/null
@@ -0,0 +1,13 @@
+#ifndef MOUSE_H
+#define MOUSE_H
+
+#include <glib.h>
+#include <gtk/gtk.h>
+
+#include "glk.h"
+#include "window.h"
+#include "event.h"
+
+G_GNUC_INTERNAL gboolean on_window_button_press(GtkWidget *widget, GdkEventButton *event, winid_t win);
+
+#endif