~ubuntu-branches/ubuntu/lucid/libsdl1.2/lucid-proposed

« back to all changes in this revision

Viewing changes to docs/man3/SDL_WarpMouse.3

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-07-03 11:30:59 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060703113059-wtkvnv5lb2tnht1r
Tags: 1.2.10-3ubuntu1
* Merge from debian unstable. Remaining Ubuntu changes:
  - debian/control: Drop libsvga1-dev build dependency and dependencies,
    adapt package descriptions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH "SDL_WarpMouse" "3" "Tue 11 Sep 2001, 23:01" "SDL" "SDL API Reference" 
 
2
.SH "NAME"
 
3
SDL_WarpMouse\- Set the position of the mouse cursor\&.
 
4
.SH "SYNOPSIS"
 
5
.PP
 
6
\fB#include "SDL\&.h"
 
7
.sp
 
8
\fBvoid \fBSDL_WarpMouse\fP\fR(\fBUint16 x, Uint16 y\fR);
 
9
.SH "DESCRIPTION"
 
10
.PP
 
11
Set the position of the mouse cursor (generates a mouse motion event)\&.
 
12
.SH "SEE ALSO"
 
13
.PP
 
14
\fI\fBSDL_MouseMotionEvent\fR\fR
 
15
...\" created by instant / docbook-to-man, Tue 11 Sep 2001, 23:01