Searched refs:mouseY (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dcopy.c88 static void Mouse(int button, int state, int mouseX, int mouseY) argument
93 y = (GLint)mouseY;
H A Dselect.c208 static void Mouse(int button, int state, int mouseX, int mouseY) argument
215 hit = DoSelect((GLint)mouseX, (GLint)mouseY);
H A Dstretch.c248 static void Mouse(int button, int state, int mouseX, int mouseY) argument
259 SetPoint(mouseX, imageSizeY-mouseY);
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A DglutWindow.h84 int mouseX, mouseY; // for mouse callback member in class:GlutWindow
H A DglutEvent.cpp153 win->mouse(win->button, win->mouseState, win->mouseX, win->mouseY);
541 mouseY = (int)point.y;

Completed in 4 milliseconds