Difference between revisions of "CEGUI In Practice - Managing input"
From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
(Created page with "{{VersionBadge|0.7}} ==CEGUI In-Practice== Once again Welcome back! In this tutorial we will learn how to interact with the CEGUI System at runtime, a VERY useful feature to h...") |
(No difference)
|
Revision as of 18:43, 28 February 2011
Written for CEGUI 0.7
Works with versions 0.7.x (obsolete)
CEGUI In-Practice
Once again Welcome back! In this tutorial we will learn how to interact with the CEGUI System at runtime, a VERY useful feature to have for a Graphical User Interface!
CEGUI Has been designed to work on many systems, using many different renderers. As such it is tied to no particular input system. Unfortunately for us to demonstrate how to interact with CEGUI, we need to pick one and USE it don't we? So I have decided to use OIS [1]. Although I will attempt to keep OIS Specific functions and structures seperate, if they slip in, there is the reference to the system I'm using.