OSDN Git Service

Bug fixed:
[eos/hostdependX86MAC64.git] / lib / keyboard_Func.rb
1 require 'molvie_ver'
2 require 'molvieRuby'
3 $push_key
4 $x
5 $y
6 class Keyboard_func
7
8         def keyboard_func(push_key,x,y,molvie_ver)
9                 $push_key = push_key 
10                 $x = x
11                 $y = y
12                 puts $push_key,$x,$y
13                 push_key=$push_key
14                 MolvieRuby::lmolvieKeyboard(push_key[0],$x,$y)
15         end
16 end
17