#include "mpe.h" int MPE_Iget_mouse_press( graph, x, y, button, wasPressed ) MPE_XGraph graph; int *x, *y, *button, *wasPressed;
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]
| |
wasPressed | 1 if the button was pressed, 0 if not
|
Location:xmouse.c