.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "BUSMOUSE_ADD_MOVEMENTBUTTONS" "" "06 October 2005" "" ""
.SH NAME
busmouse_add_movementbuttons \- notification of a change of mouse position
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void busmouse_add_movementbuttons (int \fImousedev\fB, int \fIdx\fB, int \fIdy\fB, int \fIbuttons\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fImousedev\fB\fR
mouse number
.TP
\fB\fIdx\fB\fR
delta X movement
.TP
\fB\fIdy\fB\fR
delta Y movement
.TP
\fB\fIbuttons\fB\fR
new button state
.SH "DESCRIPTION"
.PP
Updates the mouse position and button information. The mousedev
parameter is the value returned from register_busmouse. The
movement information is updated, and the new button state is
saved. A waiting user thread is woken.