Class
Rubygame::JoyDownEvent
In:
lib/rubygame/event.rb
lib/rubygame/event.rb
Parent:
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
new
Attributes
button
[RW]
button
[RW]
joynum
[RW]
joynum
[RW]
Public Class methods
new
(joy,button)
new
(joy,button)
[Validate]