Searched refs:FGCBSpecial (Results 1 – 7 of 7) sorted by relevance
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/freeglut/src/x11/ |
H A D | fg_main_x11.c | 1186 FGCBSpecial special_cb; in fgPlatformProcessSingleEvent() 1231 special_cb = (FGCBSpecial) ( FETCH_WCB( *window, Special )); in fgPlatformProcessSingleEvent() 1238 special_cb = (FGCBSpecial) ( FETCH_WCB( *window, SpecialUp )); in fgPlatformProcessSingleEvent()
|
/dports/lang/io-devel/io-9bfac31d/extras/win32vc2005/freeglut-2.2.0/src/ |
H A D | freeglut_internal.h | 126 typedef void (* FGCBSpecial )( int, int, int ); typedef
|
H A D | freeglut_main.c | 913 FGCBSpecial special_cb; in glutMainLoopEvent()
|
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/freeglut/ |
H A D | freeglut_internal.h | 211 typedef void (* FGCBSpecial )( int, int, int ); typedef
|
H A D | freeglut_main.c | 1267 FGCBSpecial special_cb; in glutMainLoopEvent() 1309 special_cb = (FGCBSpecial) ( FETCH_WCB( *window, Special )); in glutMainLoopEvent() 1314 special_cb = (FGCBSpecial) ( FETCH_WCB( *window, SpecialUp )); in glutMainLoopEvent()
|
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/freeglut/src/ |
H A D | fg_internal.h | 216 typedef void (* FGCBSpecial )( int, int, int ); typedef
|
/dports/graphics/freeglut/freeglut-3.2.1/src/ |
H A D | fg_internal.h | 239 typedef void (* FGCBSpecial )( int, int, int ); typedef
|