Query: glutwarppointer
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutWarpPointer -- Moves the mouse pointer to given window coordinates.LIBRARYOpenGLUT - windowSYNOPSIS#include <openglut.h> void glutWarpPointer(int x, int y);PARAMETERSx Window X coord for mouse. y Window Y coord for mouse.DESCRIPTIONglutWarpPointer() moves the mouse pointer to window-relative coordinates given by x and y.CAVEATSx and y are relative to current window. Not applicable for GLUT_OFFSCREEN windows. Warping means moving, just as if the user had manually moved the mouse. This can generate mouse-motion callbacks. If your callback then moves the pointer again, you may end up in an endless loop. There is some discussion about changing this, but at present this is just a caveat for you, the user, to be aware of. Epoch
Related Man Pages |
---|
xquerypointer(3) - centos |
glutcreatemenuwindow(3) - centos |
glutcreatewindow(3) - centos |
glutdeviceget(3) - centos |
glutmousefunc(3glut) - suse |
Similar Topics in the Unix Linux Community |
---|
Set hard block limit for user using quota |
DB2 convert digits to binary format |
Docker learning Phase-I |
CentOS 6 ran out of space, need to reclaim it |
Controlling user input |