#include "SDL.h"
void SDL_WarpMouse(Uint16 x, Uint16 y);
void SDL_WarpMouse
マウスカーソルの位置をセットします。(マウスモーションイベントを発生させます)
SDL_MouseMotionEvent