move Set_mouse_position() to sdlscreen.c / win32screen.c / etc.

This commit is contained in:
Thomas Bernard
2019-02-04 18:20:51 +01:00
parent d5645dec26
commit 206c67e77c
6 changed files with 31 additions and 11 deletions

View File

@@ -330,3 +330,8 @@ void Define_icon(void)
snprintf(icon_path, sizeof(icon_path), "%s%s", Data_directory, "gfx2.png"); // 48x48
icon = Load_surface(icon_path, NULL);
}
void Set_mouse_position(void)
{
/// @todo implement screen capture and set position for x11.
}