Rubygame::Event
Indicates that a Joystick button was released.
See JoyDownEvent.
# File lib/rubygame/event.rb, line 390 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
[Validate]
Generated with the Darkfish Rdoc Generator 2.