Method: RuGUI::BaseMainController.screen_depth

Defined in:
lib/rugui/framework_adapters/Rubygame.rb

.screen_depth(depth = nil) ⇒ Object



123
124
125
# File 'lib/rugui/framework_adapters/Rubygame.rb', line 123

def screen_depth(depth=nil)
  @screen_depth ||= depth || 0
end