|
WaitNOinput | ||
WaitNOinput | ||
Parameters: NONE | ||
Returns: NONE | ||
WaitNOInput will halt the program until there is NO input from the Keyboard or mouse. This is often used to stop a program from falling through successive WaitKey, WaitMouse or WaitAllInput commands. So it ensures that a held key or mouse buttonm won't skip any folowing waits that the user may wish to enforce within a program. FACTS: * It only wait for Keyboard or Mouse Clicks. Mini Tutorial: This example uses WaitNoInput to stop the prgram from fall through various WaitMouse or WaitKey commands
This example would output.
|
Related Info: | Wait | WaitALLinput | Waitkey | WaitMouse | WaitNoKey : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |