centos man page for glutpassivemotionfunc

Query: glutpassivemotionfunc

OS: centos

Section: 3

Links: centos man pages | All man pages

Forums: Unix Linux Community | Forum Categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

UNTITLED
LOCAL UNTITLED
NAME
glutPassiveMotionFunc -- Sets the non-dragging (gliding?) mouse-motion callback.
LIBRARY
OpenGLUT - input
SYNOPSIS
#include <openglut.h> void glutPassiveMotionFunc(void( *callback )( int x, int y ));
PARAMETERS
callback Client mouse-glide hook.
DESCRIPTION
If 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 .
CAVEATS
Windows created via glutCreateMenuWindow() always cascade keyboard and mouse events to their parent.
SEE ALSO
glutMotionFunc(3) glutMouseFunc(3) glutEntryFunc(3) Epoch
Related Man Pages
glutmousefunc(3glut) - mojave
glutcreatewindow(3) - centos
glutsetwindow(3) - centos
glutspecialfunc(3) - centos
glutspaceballmotionfunc(3glut) - suse
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
DB2 convert digits to binary format
Unsure why access time on a directory change isn't changing
Controlling user input
[TIP] Processing YAML files with yq