Gets the system time in milliseconds.
()
| 3084 | * Gets the system time in milliseconds. |
| 3085 | */ |
| 3086 | public static long getSystemTime() |
| 3087 | { |
| 3088 | return Sys.getTime() * 1000L / Sys.getTimerResolution(); |
| 3089 | } |
| 3090 | |
| 3091 | /** |
| 3092 | * Returns whether we're in full screen or not. |
no test coverage detected