Преглед на файлове

build fix on non-SDL platforms

legacy
Benlitz benlitz преди 11 години
родител
ревизия
cecd5db3fa
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. +3
    -0
      src/platform/sdl/sdlinput.cpp

+ 3
- 0
src/platform/sdl/sdlinput.cpp Целия файл

@@ -559,6 +559,7 @@ void SdlInputData::Tick(float seconds)
#endif // USE_SDL
}

// NOTE: these two functions are pointless now and could be inlined directly
ivec2 SdlInputData::GetMousePos()
{
ivec2 ret(-1, -1);
@@ -577,7 +578,9 @@ ivec2 SdlInputData::GetMousePos()

void SdlInputData::SetMousePos(ivec2 position)
{
#if USE_SDL
SDL_WarpMouse((uint16_t)position.x, (uint16_t)position.y);
#endif
}

} /* namespace lol */


Зареждане…
Отказ
Запис