439 def GUIInit(screenX=None,screenY=None,marginX=None,marginY=None,**kwargs):
440 """ GUIInit sets up the GUIRootSingleton variable, which is used to store the state """
441 global GUIRootSingleton
442 GUIRootSingleton =
GUIRoot(screenX,screenY,marginX,marginY,**kwargs)
445 """----------------------------------------------------------------"""
447 """ GUIRect - defines rectangles on the screen. """
448 """ By popular demand, those can be defined in a number of """
449 """ modes: pixel, normalized (and variantes). """
451 """----------------------------------------------------------------"""