Method: Gosu::GosuSurfaceView#onWindowFocusChanged
- Defined in:
- lib/gosu_android/main-window.rb
#onWindowFocusChanged(has_focus) ⇒ Object
49 50 51 52 53 54 55 |
# File 'lib/gosu_android/main-window.rb', line 49 def onWindowFocusChanged(has_focus) super if(@window) @window.focus_changed(has_focus, self.get_width, self.get_height) end return true end |