Setvirtualresolution(640,480) ResetTimer() SetPrintSize(30) Repeat If GetMouseExists()=1 Print("Mouse Device Exists") Else Print("Not Found") EndIf Sync() Until Timer()>12 End