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