An example of a simple application window manager

This example shows some essential application window manager functionality.

The following reference code implements a simple application window manager. There are several ways of designing a window manager; this example shows only the essential initialization and handling required. Your window manager implementation will likely involve more complicated handling of PPS and Screen events.

Note that your application needs to link against screen and pps libraries. Refer to the Programmer's Guide for more information about using libraries.