[ < ] [ > ]   [ << ] [ 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 has being removed. The information here is outdated!!!

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