Home
last modified time | relevance | path

Searched refs:GLUT_KEY_F1 (Results 1 – 25 of 77) sorted by relevance

1234

/dports/graphics/anttweakbar/AntTweakBar/src/
H A DTwEventGLUT.c108 if( glutKey>=GLUT_KEY_F1 && glutKey<=GLUT_KEY_F12 ) in TwEventSpecialGLUT()
109 k = TW_KEY_F1 + (glutKey-GLUT_KEY_F1); in TwEventSpecialGLUT()
H A DMiniGLUT.h61 #define GLUT_KEY_F1 1 macro
/dports/graphics/graphviz/graphviz-2.44.1/cmd/smyrna/
H A Dglutrender.c205 if(key==GLUT_KEY_F1) in cb_special_key()
214 if(key==GLUT_KEY_F1) in cb_special_key_up()
/dports/games/torcs/torcs-1.3.7/src/libs/raceengineclient/
H A Dracegl.cpp119 GfuiAddSKey(reScreenHandle, GLUT_KEY_F1, "Help", reScreenHandle, GfuiHelpScreen, NULL); in reAddKeys()
270 GfuiAddSKey(reResScreenHdle, GLUT_KEY_F1, "Help", reScreenHandle, GfuiHelpScreen, NULL); in reAddResKeys()
/dports/games/torcs/torcs-1.3.7/src/libs/tgfclient/
H A Dguihelp.cpp108 GfuiAddSKey(scrHandle, GLUT_KEY_F1, "", prevScreen, GfuiScreenReplace, NULL); in GfuiHelpScreen()
H A Dguimenu.cpp63 GfuiAddSKey(scr, GLUT_KEY_F1, "Help", scr, GfuiHelpScreen, NULL); in GfuiMenuDefaultKeysAdd()
H A Dcontrol.cpp75 {"F1", GLUT_KEY_F1},
/dports/lang/ypsilon/ypsilon-0.9.6-update3/sitelib/
H A Dglut.scm17 GLUT_KEY_F1
/dports/games/gracer/gracer-0.1.5/src/
H A Dgluthash.h31 {"key_f1", (void *) GLUT_KEY_F1},
/dports/games/gl-117/gl-117-1.3.2-src/src/
H A Dcommon.h158 #define KEY_F1 GLUT_KEY_F1
/dports/games/tuxracer/tuxracer-0.61/src/
H A Dwinsys.h169 WSK_F1 = GLUT_KEY_F1,
/dports/lang/ypsilon/ypsilon-0.9.6-update3/sitelib/ypsilon/
H A Dglut.scm25 GLUT_KEY_F1
214 (define GLUT_KEY_F1 1)
/dports/games/torcs/torcs-1.3.7/src/libs/racescreens/
H A Dracemenu.cpp118 GfuiAddSKey(scrHandle, GLUT_KEY_F1, "Help", scrHandle, GfuiHelpScreen, NULL); in rmrpAddKeys()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GLUT/
H A Dconstants.py86 GLUT_KEY_F1 = Constant( 'GLUT_KEY_F1', 1) variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GLUT/
H A Dconstants.py86 GLUT_KEY_F1 = Constant( 'GLUT_KEY_F1', 1) variable
/dports/misc/vxl/vxl-3.3.2/core/vgui/impl/glut/
H A Dvgui_glut_adaptor.cxx586 case GLUT_KEY_F1: in xlate_special_key()
598 e.key = vgui_key(vgui_F1 + key - GLUT_KEY_F1); in xlate_special_key()
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/GLUT/GL/
H A Dglut.h91 #define GLUT_KEY_F1 1 macro
/dports/lang/io-devel/io-9bfac31d/extras/win32vc2005/freeglut-2.2.0/include/GL/
H A Dfreeglut_std.h90 #define GLUT_KEY_F1 0x0001 macro
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/freeglut/
H A Dfreeglut_main.c1354 case XK_F1: special = GLUT_KEY_F1; break; in glutMainLoopEvent()
1991 KEY( VK_F1, GLUT_KEY_F1 ); in fgWindowProc()
2032 keypress = GLUT_KEY_F1; in fgWindowProc()
2077 KEY( VK_F1, GLUT_KEY_F1 ); in fgWindowProc()
/dports/lang/io-devel/io-9bfac31d/extras/win32vc2005/freeglut-2.2.0/src/
H A Dfreeglut_main.c974 case XK_F1: special = GLUT_KEY_F1; break; in glutMainLoopEvent()
1589 KEY( VK_F1, GLUT_KEY_F1 ); in fgWindowProc()
1655 KEY( VK_F1, GLUT_KEY_F1 ); in fgWindowProc()
/dports/audio/komposter/komposter-f75eeb7/
H A Dmain.c194 case GLUT_KEY_F1: in specialkeyfunc()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dglutmain.cpp199 case GLUT_KEY_F1: in HandleSpecialKey()
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dglutmain.cpp199 case GLUT_KEY_F1: in HandleSpecialKey()
/dports/games/foobillard/foobillard-3.0a/src/
H A Dsys_stuff.c121 case GLUT_KEY_F1: in handle_special_key_event()
/dports/math/giacxcas/fltk-1.3.0/FL/
H A Dglut.H257 # define GLUT_KEY_F1 1 macro

1234