Home
last modified time | relevance | path

Searched refs:GLUT_MIDDLE_BUTTON (Results 1 – 25 of 139) sorted by relevance

123456

/dports/misc/vxl/vxl-3.3.2/core/vgui/impl/glut/
H A Dmenu_hack_X11.cxx69 { GLUT_MIDDLE_BUTTON, 0, 0 },
70 { GLUT_MIDDLE_BUTTON, GLUT_ACTIVE_SHIFT, 0 },
71 { GLUT_MIDDLE_BUTTON, GLUT_ACTIVE_CTRL, 0 },
72 { GLUT_MIDDLE_BUTTON, GLUT_ACTIVE_ALT, 0 },
185 if (glut_button == GLUT_MIDDLE_BUTTON) in mouse()
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/examples/viewer/src/
H A Dmouse.cpp257 butt=GLUT_MIDDLE_BUTTON; in Mouse()
264 butt=GLUT_MIDDLE_BUTTON; in Mouse()
291 case GLUT_MIDDLE_BUTTON: in Mouse()
/dports/graphics/dynamechs/dynamechs_4.0pre1/dmGL/
H A DdmGLMouse.cpp105 case GLUT_MIDDLE_BUTTON: in myHandleMouse()
125 case GLUT_MIDDLE_BUTTON: in myHandleMouse()
/dports/graphics/graphviz/graphviz-2.44.1/cmd/smyrna/
H A Dglutrender.c36 case GLUT_MIDDLE_BUTTON: in getGlCompMouseType()
108 if (button == GLUT_MIDDLE_BUTTON) in cb_mouseclick()
121 if (button == GLUT_MIDDLE_BUTTON) in cb_mouseclick()
/dports/math/giacxcas/fltk-1.3.0/test/
H A Dfracviewer.cxx348 case GLUT_MIDDLE_BUTTON: in agvHandleButton()
375 case GLUT_MIDDLE_BUTTON: in agvHandleButton()
398 case GLUT_MIDDLE_BUTTON: in agvHandleMotion()
/dports/x11-toolkits/ntk/ntk/test/
H A Dfracviewer.cxx348 case GLUT_MIDDLE_BUTTON: in agvHandleButton()
375 case GLUT_MIDDLE_BUTTON: in agvHandleButton()
398 case GLUT_MIDDLE_BUTTON: in agvHandleMotion()
/dports/cad/calculix/CalculiX/glut-3.5/src/
H A Dwin32_util.c260 button = GLUT_MIDDLE_BUTTON; in __glutWindowProc()
270 if (button == GLUT_MIDDLE_BUTTON) in __glutWindowProc()
322 button = GLUT_MIDDLE_BUTTON; in __glutWindowProc()
333 if (button == GLUT_MIDDLE_BUTTON) { in __glutWindowProc()
/dports/science/medit/medit-2012.02.05_5/sources/
H A Dmouse.c191 else if ( button == GLUT_MIDDLE_BUTTON && keyact & GLUT_ACTIVE_SHIFT ) { in mouse()
316 else if ( tr->mbutton == GLUT_MIDDLE_BUTTON ) { in motion()
385 case GLUT_MIDDLE_BUTTON: in motionCamera()
426 case GLUT_MIDDLE_BUTTON: in animateCamera()
/dports/math/freefem++/FreeFem-sources-4.6/src/medit/
H A Dmouse.c210 } else if (button == GLUT_MIDDLE_BUTTON && keyact & GLUT_ACTIVE_SHIFT) { in mouse()
331 } else if (tr->mbutton == GLUT_MIDDLE_BUTTON) { in motion()
400 case GLUT_MIDDLE_BUTTON: in motionCamera()
448 case GLUT_MIDDLE_BUTTON: in animateCamera()
/dports/x11-toolkits/fltk/fltk-1.3.8/test/
H A Dfracviewer.cxx374 case GLUT_MIDDLE_BUTTON: in agvHandleButton()
401 case GLUT_MIDDLE_BUTTON: in agvHandleButton()
424 case GLUT_MIDDLE_BUTTON: in agvHandleMotion()
/dports/devel/ode/ode-0.13/drawstuff/src/
H A Dosx.cpp230 if( button == GLUT_MIDDLE_BUTTON ) mouseButtonMode |= 2; // Middle in osxMouseEventHandler()
235 if( button == GLUT_MIDDLE_BUTTON ) mouseButtonMode &= (~2); // Middle in osxMouseEventHandler()
/dports/games/chromium-bsu/chromium-bsu-0.9.16.1/src/
H A DMainGLUT.cpp268 case GLUT_MIDDLE_BUTTON: in mouseEvent()
283 case GLUT_MIDDLE_BUTTON: in mouseEvent()
/dports/games/ensemblist/ensemblist-040126/
H A Dmain.c106 case GLUT_MIDDLE_BUTTON: in glut_mouse()
122 case GLUT_MIDDLE_BUTTON: in glut_mouse()
/dports/graphics/gle/gle-3.1.0/examples/
H A Dmainsimple.c53 glutAttachMenu (GLUT_MIDDLE_BUTTON); in main()
H A Dmainjoin.c109 glutAttachMenu (GLUT_MIDDLE_BUTTON); in main()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/redbook/
H A Ddouble.c106 case GLUT_MIDDLE_BUTTON: in mouse()
H A Dcolormat.c106 case GLUT_MIDDLE_BUTTON: in mouse()
H A Dvarray.c145 case GLUT_MIDDLE_BUTTON: in mouse()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/redbook/
H A Ddouble.c106 case GLUT_MIDDLE_BUTTON: in mouse()
H A Dcolormat.c106 case GLUT_MIDDLE_BUTTON: in mouse()
H A Dvarray.c145 case GLUT_MIDDLE_BUTTON: in mouse()
/dports/graphics/gauche-gl/Gauche-gl-0.6/examples/glbook/
H A Dexample1-3.scm41 ((= button GLUT_MIDDLE_BUTTON)
/dports/science/py-pymol/pymol-open-source-2.4.0/layer0/
H A Dos_gl_glut_real.h35 #define P_GLUT_MIDDLE_BUTTON GLUT_MIDDLE_BUTTON
/dports/graphics/anttweakbar/AntTweakBar/src/
H A DTwEventGLUT.c41 case GLUT_MIDDLE_BUTTON: in TwEventMouseButtonGLUT()
/dports/graphics/wdune/wdune-1.926/docs/export_example_c/opengl_example/
H A Dmain.c107 if (button == GLUT_MIDDLE_BUTTON && state == GLUT_DOWN) in onMouseClick()

123456