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

@@ -83,4 +83,7 @@ int GFX2_Get_X11_Display_Window(Display * * display, Window * window);
/// Set application icon(s)
void Define_icon(void);
/// set (system) mouse cursor position
void Set_mouse_position(void);
#endif // SCREEN_H_INCLUDED