mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
fixing warnings in kvf
This commit is contained in:
@@ -173,6 +173,11 @@ namespace mlx
|
||||
*y = DM.h;
|
||||
}
|
||||
|
||||
void SDLManager::SetWindowPosition(Handle window, int x, int y) const noexcept
|
||||
{
|
||||
SDL_SetWindowPosition(static_cast<SDL_Window*>(window), x, y);
|
||||
}
|
||||
|
||||
std::int32_t SDLManager::GetX() const noexcept
|
||||
{
|
||||
int dummy;
|
||||
|
||||
Reference in New Issue
Block a user