Hajime Hoshi
|
2e6ecc766d
|
internal/clock: Integrate 'now' implementations
The Go runtime already uses QueryPerformanceCounter at runtime.nanotime.
|
2021-04-24 22:32:47 +09:00 |
|
Hajime Hoshi
|
9b0d95cfcf
|
clock: Integrate now.go and now_js.go
The monotonic timer already uses performance.now, then we don't
have to have the original code.
|
2020-04-02 01:52:00 +09:00 |
|
Hajime Hoshi
|
bbcee77b02
|
clock: Use time.Since for monotonic timer
Fixes #875
|
2019-05-24 03:16:43 +09:00 |
|
Hajime Hoshi
|
009fa9accd
|
clock: Ensure that now() is monotonic
|
2019-05-09 02:44:14 +09:00 |
|
Hajime Hoshi
|
3691083cee
|
clock: Use a more precise timer on Windows
This change is based on @silbinarywolf's change:
https://github.com/hajimehoshi/ebiten/issues/798#issuecomment-457822280
Fixes #798
|
2019-01-26 21:16:35 +09:00 |
|