Home
last modified time | relevance | path

Searched refs:MouseDownFunc (Results 1 – 6 of 6) sorted by relevance

/dports/science/elmerfem/elmerfem-release-9.0/post/src/tk/
H A Dtkwndws.c92 static GLenum (*MouseDownFunc)(int, int, GLenum) = NULL; variable
243 MouseDownFunc = Func; in tkMouseDownFunc()
763 if (MouseDownFunc) in tkWndProc()
765 if ( (*MouseDownFunc)(LOWORD(lParam), HIWORD(lParam), in tkWndProc()
790 if (MouseDownFunc) in tkWndProc()
792 if ((*MouseDownFunc)(LOWORD(lParam), HIWORD(lParam), in tkWndProc()
818 if (MouseDownFunc) in tkWndProc()
820 if ((*MouseDownFunc)(LOWORD(lParam), HIWORD(lParam), in tkWndProc()
1071 MouseDownFunc = NULL; in CleanUp()
H A Devent.c13 GLenum (*MouseDownFunc)(int, int, GLenum) = 0; variable
114 if (MouseDownFunc) { in DoNextEvent()
127 return (*MouseDownFunc)(current.xbutton.x, current.xbutton.y, mask); in DoNextEvent()
301 MouseDownFunc = Func; in tkMouseDownFunc()
H A Dprivate.h31 extern GLenum (*MouseDownFunc)(int, int, GLenum);
H A Dwindow.c186 MouseDownFunc = 0; in tkCloseWindow()
/dports/science/elmerfem/elmerfem-release-9.0/post/src/glaux_mingw/src/
H A Dtk.c204 static GLenum (*MouseDownFunc)(int, int, GLenum) = NULL; variable
494 MouseDownFunc = Func; in tkMouseDownFunc()
1190 if (MouseDownFunc) in tkWndProc()
1192 if ( (*MouseDownFunc)(LOWORD(lParam), HIWORD(lParam), in tkWndProc()
1217 if (MouseDownFunc) in tkWndProc()
1219 if ((*MouseDownFunc)(LOWORD(lParam), HIWORD(lParam), in tkWndProc()
1245 if (MouseDownFunc) in tkWndProc()
1247 if ((*MouseDownFunc)(LOWORD(lParam), HIWORD(lParam), in tkWndProc()
2460 MouseDownFunc = NULL; in CleanUp()
/dports/games/battalion/battalion1.4b/
H A Dtk.c68 static GLenum (*MouseDownFunc)(int, int, GLenum) = NULL; variable
222 MouseDownFunc = 0; in tkCloseWindow()