Namespaces | |
namespace | std |
Compounds | |
class | CApp |
Application parent class. More... | |
Defines | |
#define | SCREEN_CHANGED 1 |
update() should return this if the screen needs to be redrawn. More... | |
#define | SCREEN_UNCHANGED 0 |
update() should return this if the screen does not need to be redrawn. More... |
|
update() should return this if the screen needs to be redrawn.
|
|
update() should return this if the screen does not need to be redrawn.
|