mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-15 01:24:45 +02:00
compatible with older sdl
This commit is contained in:
@ -254,9 +254,9 @@ void InputHandler::hapticFeedback()
|
||||
fingerHandler->hapticFeedback();
|
||||
}
|
||||
|
||||
uint64_t InputHandler::getTicks()
|
||||
uint32_t InputHandler::getTicks()
|
||||
{
|
||||
return SDL_GetTicks64();
|
||||
return SDL_GetTicks();
|
||||
}
|
||||
|
||||
bool InputHandler::hasTouchInputDevice() const
|
||||
|
Reference in New Issue
Block a user