Difference between revisions of "CEGUI In Practice - User Data"

From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
Jump to: navigation, search
(Created page with "== CEGUI InPractice 7 == This tutorial will be a short tutorial, as i will show how to do a small addon to the previous tutorial CEGUI_In_Practice_-_A_Game_Console showing y...")
 
m (Robot: Cosmetic changes)
Line 1: Line 1:
 
== CEGUI InPractice 7 ==
 
== CEGUI InPractice 7 ==
  
This tutorial will be a short tutorial, as i will show how to do a small addon to the previous tutorial [[CEGUI_In_Practice_-_A_Game_Console]] showing you how to associate the ConsoleRoot with our GameConsoleWindow class. While not terribly useful in this situation, it can demonstrate a useful feature that you likely will use in your own game.
+
This tutorial will be a short tutorial, as i will show how to do a small addon to the previous tutorial [[CEGUI In Practice - A Game Console]] showing you how to associate the ConsoleRoot with our GameConsoleWindow class. While not terribly useful in this situation, it can demonstrate a useful feature that you likely will use in your own game.

Revision as of 12:39, 7 March 2011

CEGUI InPractice 7

This tutorial will be a short tutorial, as i will show how to do a small addon to the previous tutorial CEGUI In Practice - A Game Console showing you how to associate the ConsoleRoot with our GameConsoleWindow class. While not terribly useful in this situation, it can demonstrate a useful feature that you likely will use in your own game.