Man Page: glutpassivemotionfunc
Operating Environment: centos
Section: 3
UNTITLEDLOCAL UNTITLEDNAMEglutPassiveMotionFunc -- Sets the non-dragging (gliding?) mouse-motion callback.LIBRARYOpenGLUT - inputSYNOPSIS#include <openglut.h> void glutPassiveMotionFunc(void( *callback )( int x, int y ));PARAMETERScallback Client mouse-glide hook.DESCRIPTIONIf you set this callback on a window, then every time that OpenGLUT detects a change in the mouse position inside that window, with no but- tons pressed on that mouse, OpenGLUT will invoke callback with the window coordinates of the mouse. This callback is bound to the current window .CAVEATSWindows created via glutCreateMenuWindow() always cascade keyboard and mouse events to their parent.SEE ALSOglutMotionFunc(3) glutMouseFunc(3) glutEntryFunc(3) Epoch
| Related Man Pages |
|---|
| glutcreatemenuwindow(3) - centos |
| glutcreatewindow(3) - centos |
| glutspaceballmotionfunc(3glut) - suse |
| glutmousefunc(3glut) - osx |
| gluttabletmotionfunc(3glut) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Set hard block limit for user using quota |
| Tar Command |
| CentOS7 restoring file capabilities |
| Unsure why access time on a directory change isn't changing |