This class implements a basic interface to the underlying operating system. 
Definition: SystemContext.h:40
 
virtual ~SystemContext(void)
Definition: SystemContext.h:45
 
virtual void hideCursor(void)
Hides the cursor. 
Definition: SystemContext.h:77
 
virtual void showCursor(void)
Shows the cursor. 
Definition: SystemContext.h:82
 
virtual void setCursorPosition(int x, int y)
Changes the current cursor position. 
Definition: SystemContext.h:72