Wiki Page Content

No older revisions available!

Clear message

DRAFT

SDL_WarpMouseGlobal

Use this function to move the mouse to the given position in global screen space.

Syntax

void SDL_WarpMouseGlobal(int x,
                         int y)

Function Parameters

x

the x coordinate

y

the y coordinate

Code Examples

You can add your code example here

Remarks

This function generates a mouse motion event.

Version

This function is available since SDL 2.0.4.


CategoryAPI, CategoryMouse

None: SDL_WarpMouseGlobal (last edited 2014-06-22 20:52:14 by PhilippWiesemann)

Feedback
Please include your contact information if you'd like to receive a reply.
Submit