Class: ConsoleDemoWindow

Inherits:
GGLib::GUIWindow show all
Defined in:
lib/examples/ConsoleDemo.rb

Constant Summary

Constants inherited from GGLib::GUIWindow

GGLib::GUIWindow::BlankState

Instance Attribute Summary

Attributes inherited from GGLib::GUIWindow

#background_image, #camera, #cursor, #images, #mapimages, #state

Instance Method Summary collapse

Methods inherited from GGLib::GUIWindow

#button_down, #button_up, #createWidgets, #deleteAllImages, #deleteAllMapImages, #deleteAllWidgets, #deleteImage, #deleteMapImage, #deleteWidget, #draw, #framedrawn, #hasFocus, #hasStickyFocus, #newImage, #newMapImage, #newTexture, #newWidget, #setBackground, #setFocus, #setImage, #setMapBackground, #setStickyFocus, #setTextInput, #setTexture, #timer, #update, #widgets

Constructor Details

#initializeConsoleDemoWindow

Returns a new instance of ConsoleDemoWindow.



12
13
14
15
16
# File 'lib/examples/ConsoleDemo.rb', line 12

def initialize
  super(640, 480, false, 20)
  self.caption = "GGLib Console Demo"
  self.state = ConsoleDemoState.new
end