summaryrefslogtreecommitdiffstats
path: root/lib/efl/ecore_input.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/efl/ecore_input.rb')
-rw-r--r--lib/efl/ecore_input.rb14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/efl/ecore_input.rb b/lib/efl/ecore_input.rb
new file mode 100644
index 0000000..48cf8e9
--- /dev/null
+++ b/lib/efl/ecore_input.rb
@@ -0,0 +1,14 @@
+#! /usr/bin/env ruby
+# -*- coding: UTF-8 -*-
+#
+require 'efl/ffi/ecore_input'
+#
+module Efl
+ #
+ module EcoreInput
+ #
+ end
+ #
+end
+#
+# EOF