#include <djgpp.h>
Inheritance diagram for SysSystemDriver:
Public Methods | |
SysSystemDriver (iObjectRegistry *r) | |
SysSystemDriver (iObjectRegistry *object_reg) | |
virtual | ~SysSystemDriver () |
bool | HandleEvent (iEvent &ev) |
virtual bool | Initialize () |
This is usually called right after object creation. | |
void | SetMousePosition (int x, int y) |
Set the mouse position (function for DosHelper). | |
void | DoEnablePrintf (bool en) |
Enable/disable printf (function for DosHelper). | |
SCF_DECLARE_IBASE_EXT (csSystemDriver) | |
virtual unsigned | GetPotentiallyConflictingEvents () |
virtual unsigned | QueryEventPriority (unsigned) |
SysSystemDriver (iObjectRegistry *r) | |
Public Attributes | |
SysSystemDriver::eiEventHandler | scfiEventHandler |