[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

6.2 System Library (csSys)

The system library is the basic module in every Crystal Space application. It contains one main class, the system driver. This driver helps in several ways:

WARNING! The system library is currently being eliminated. Soon the information here will be outdated (and then rewritten).

How to Use the System Driver

The system driver is explicitly designed to be a superclass for your own system driver class. In particular, the NextFrame() and HandleEvent() methods are generally overridden by most applications.

The system driver class is named `SysSystemDriver'. This class contains all system-specific functions. It is, itself, a subclass of `csSystemDriver', which contains the system-independent stuff.

A typical application would perform the following steps:


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

This document was generated using texi2html