Searched refs:SDL_WM_GetPos (Results 1 – 6 of 6) sorted by relevance
48 - new APIs: SDL_WM_GetPos() and SDL_WM_SetPos() are used to retrieve and set the emulator
349 SDL_WM_GetPos(&x, &y);
890 extern DECLSPEC void SDL_WM_GetPos(int *px, int *py);
1249 SDL_WM_GetPos(&win_x, &win_y); in skin_window_create()1459 SDL_WM_GetPos(&window->x_pos, &window->y_pos); in skin_window_reset()1613 SDL_WM_GetPos( &window->x_pos, &window->y_pos ); in skin_window_toggle_fullscreen()
77 SDL_WM_GetPos( &win_x, &win_y ); in user_config_done()
1950 void SDL_WM_GetPos(int *px, int *py) in SDL_WM_GetPos() function