.\" 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_MOVEMENT" "" "06 October 2005" "" "" .SH NAME busmouse_add_movement \- notification of a change of mouse position .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void busmouse_add_movement (int \fImousedev\fB, int \fIdx\fB, int \fIdy\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 .SH "DESCRIPTION" .PP Updates the mouse position. The mousedev parameter is the value returned from register_busmouse. The movement information is updated, and a waiting user thread is woken.