Waitkey
Waitkey
 
Parameters: NONE
Returns: NONE
 

      WaitKey halts your program until a key is pressed



FACTS:


      * None



Mini Tutorial:


      This program displays a message to the screen, then waits for the user to press a key before ending.

  
  
; Display a message to the screen
  Print "Press Any Key To End your Program"
  
; Display the Screen and wait for the user to press a key
  Sync
  
; Wait key to be pressed
  WaitKey
  



 
Related Info: Wait | WaitALLinput | WaitMouse | WaitNOinput | WaitNoKey :
 


(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com