Class
Rubygame::JoyDownEvent
In:
ext/rubygame/rubygame_mixer.c
lib/rubygame/event.rb
Parent:
Rubygame::Event
Indicates that a
Joystick
button was pressed.
This event has these attributes:
joynum:
the identifier number of the affected
Joystick
.
hat:
the identifier number of the button.
Methods
new
Attributes
button
[RW]
joynum
[RW]
Public Class methods
new
(joy,button)
[Validate]