# File lib/rubygame/event.rb, line 362 def initialize(joy,hat,value) # eventually, joy could be int OR a Rubygame::Joystick instance, # which would be stored as joy or maybe joyinstance? @joynum = joy @hat, @value = hat, value end