Class: ConsoleDemoWindow
- Inherits:
-
GGLib::GUIWindow
- Object
- Gosu::Window
- GGLib::GUIWindow
- ConsoleDemoWindow
- Defined in:
- lib/examples/ConsoleDemo.rb
Constant Summary
Constants inherited from GGLib::GUIWindow
Instance Attribute Summary
Attributes inherited from GGLib::GUIWindow
#background_image, #camera, #cursor, #images, #mapimages, #state
Instance Method Summary collapse
-
#initialize ⇒ ConsoleDemoWindow
constructor
A new instance of ConsoleDemoWindow.
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
#initialize ⇒ ConsoleDemoWindow
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 |