DarkBASIC Professional Help Wiki
Advertisement

This function will return the number of ticks (1000th's of a second) between the start of the last 2 sync calls.The actual measurement is taken from the start of one sync to the start of the next. It is done this way to ensure that you have a duration that you can use within the callbacks

Syntax


TicksElapsed = SYNC ELAPSED ( )
Advertisement