BUSMOUSE_ADD_MOVEMENTBUTTONS

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

busmouse_add_movementbuttons - notification of a change of mouse position  

SYNOPSIS

"SYNOPSIS"

void busmouse_add_movementbuttons (int mousedev, int dx, int dy, int buttons);  

ARGUMENTS

mousedev
mouse number
dx
delta X movement
dy
delta Y movement
buttons
new button state
 

DESCRIPTION

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.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 07:07:01 GMT, October 06, 2005