Setvirtualresolution(640,480) ResetTimer() SetPrintSize(30) Repeat If GetKeyboardExists()=1 Print("Full Sized Keyboard Exists") ElseIf GetKeyboardExists()=2 Print ("Virtual or Mobile Keyboard Exists") Else Print("Not Found") EndIf Sync() Until Timer()>12 End