Penguin
Note: You are viewing an old revision of this page. View the current version.

SDL_WarpMouse?

SDL_WarpMouse?

NAME SYNOPSIS DESCRIPTION SEE ALSO


NAME

SDL_WarpMouse?- Set the position of the mouse cursor

SYNOPSIS

#include

void SDL_WarpMouse?(Uint26 x, Uint16 y);

DESCRIPTION

Sets the position of the mouse to the x and y parameters.

Note:

This causes a SDL_MOUSEMOTION event.

SEE ALSO

SDL_MouseMotionEvent?


This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.