Home
Products
Community
Manuals
Contact
Login or Signup

Code archives/BlitzPlus Gui/WaitTimer()

This code has been declared by its author to be Public Domain code.

Download source code

WaitTimer() by Snarty(Posted 1+ years ago)
Just a quick fix for those who don't fancy a long copy and paste session. Should work fine.
Function WaitTimer()

	Repeat:Until WaitEvent()=$4001

End Function

Comments

None.

Code Archives Forum