summaryrefslogtreecommitdiff
path: root/src/c_fl_event.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_fl_event.cpp')
-rw-r--r--src/c_fl_event.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/c_fl_event.cpp b/src/c_fl_event.cpp
new file mode 100644
index 0000000..526ed44
--- /dev/null
+++ b/src/c_fl_event.cpp
@@ -0,0 +1,10 @@
+
+
+#include <FL/Fl.H>
+#include "c_fl_event.h"
+
+
+int fl_event_key() {
+ return Fl::event_key();
+}
+