private GameEngine()
 {
     mScreenController = ScreenController.getInstance();
     mHandler          = new Handler();
 }