jkuhlmann / gainput

Cross-platform C++ input library supporting gamepads, keyboard, mouse, touch
http://gainput.johanneskuhlmann.de/
MIT License
857 stars 103 forks source link

iOS/OSX InputManager::GetTime should use SYSTEM_CLOCK #21

Closed mdsitton closed 7 years ago

mdsitton commented 8 years ago

CALENDAR_CLOCK is effected by time changes and isn't monotonic(could go backwards in time) which is kind of bad, SYSTEM_CLOCK is probably what you actually want here.

jkuhlmann commented 7 years ago

Done.