ScreenGadgetMultipleWindow.pb
Code: Select all
Repeat
While WindowEvent():Wend
ClearScreen(color) ; <- Move to here
ExamineMouse()
ExamineKeyboard()
Code: Select all
Repeat
While WindowEvent():Wend
ClearScreen(color) ; <- Move to here
ExamineMouse()
ExamineKeyboard()