KeyReleased is an event class which occurs when a key on the keyboard is released (no longer being pressed).
This class gains key and modifiers readers from the KeyboardEvent mixin module.
Create a new KeyReleased instance.
key |
a key symbol for the key that was pressed or released. (Symbol, required) |
modifiers |
an Array of key symbols for the modifier keys that were active when the event occured. (Array, optional) |
# File lib/rubygame/events/keyboard_events.rb, line 125 def initialize( key, modifiers=[] ) super end
Generated with the Darkfish Rdoc Generator 2.