summaryrefslogtreecommitdiffstats
path: root/lib/efl/ecore_input.rb
blob: a31703928649d480df23f90d23bd39cf99f06f94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /usr/bin/env ruby
# -*- coding: UTF-8 -*-
#
require 'efl/native/ecore_input'
#
module Efl
    #
    module EcoreInput
        #
    end
    #
end
#
# EOF