Method: Gosu::GosuSurfaceView#atributes
- Defined in:
- lib/gosu_android/main-window.rb
#atributes(window, input) ⇒ Object
38 39 40 41 |
# File 'lib/gosu_android/main-window.rb', line 38 def atributes(window, input) @window = window @input = input end |