FreeBSD Manual Pages
MPE_Get_mouse_press(4) MPE MPE_Get_mouse_press(4) NAME MPE_Get_mouse_press - Waits for mouse button press SYNOPSIS #include "mpe.h" int MPE_Get_mouse_press( MPE_XGraph graph, int *x, int *y, int *button ) INPUT PARAMETER graph - MPE graphics handle OUTPUT PARAMETERS x - horizontal coordinate of the point where the mouse button was pressed y - vertical coordinate of the point where the mouse button was pressed button - which button was pressed: 'MPE_BUTTON[1-5]' NOTES This routine waits for mouse button press, blocking until the mouse button is pressed inside this MPE window. When pressed, returns the coordinate relative to the upper right of this MPE window and the but- ton that was pressed. LOCATION 3/4/2011 MPE_Get_mouse_press(4)
NAME | SYNOPSIS | INPUT PARAMETER | OUTPUT PARAMETERS | NOTES | LOCATION
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=MPE_Get_mouse_press&sektion=4&manpath=FreeBSD+13.0-RELEASE+and+Ports>