SimpleDirectMediaLayer.jl
SimpleDirectMediaLayer.jl copied to clipboard
add SDL_GetTicks64()
pretty ez thanks m9
https://wiki.libsdl.org/SDL_GetTicks64
The SDL2 JLL version is 2.0.12 which doesn't contain this new API introduced in 2.0.18.
I've opened a PR to upgrade those JLL packages: https://github.com/JuliaPackaging/Yggdrasil/pull/4300
If you're working on 64bit system, #61 is ready to use.