Method: Gosu::Window#button_up

Defined in:
rdoc/gosu.rb

#button_up(id) ⇒ void

This method returns an undefined value.

This method is called before #update if a button is released while the window has focus.

Parameters:

  • id (Integer)

    the button’s platform-defined id.

See Also:



938
# File 'rdoc/gosu.rb', line 938

def button_up(id); end