Method: Gosu.milliseconds

Defined in:
rdoc/gosu.rb

.millisecondsInteger

Note:

For long-running games, this counter will eventually wrap around to 0 again.

Returns the number of milliseconds elapsed.

Returns:

  • (Integer)

    the number of milliseconds elapsed.



1369
# File 'rdoc/gosu.rb', line 1369

def milliseconds(); end