Lines Matching defs:point

52   POINT         point;			/* Point structure. */
110 GetCursorPos(&point);
111 ScreenToClient(hwnd, &point);
112 hwnd = ChildWindowFromPoint(hwnd, point);
116 GetCursorPos(&point);
117 ScreenToClient(window->win, &point);
152 window->keyboardUp((unsigned char) 127, point.x, point.y);
167 window->keyboardUp((unsigned char) key, point.x, point.y);
174 window->specialUp(key, point.x, point.y);
197 GetCursorPos(&point);
198 ScreenToClient(hwnd, &point);
199 hwnd = ChildWindowFromPoint(hwnd, point);
203 GetCursorPos(&point);
204 ScreenToClient(window->win, &point);
213 window->keyboard((unsigned char)wParam, point.x, point.y);
235 GetCursorPos(&point);
236 ScreenToClient(hwnd, &point);
237 hwnd = ChildWindowFromPoint(hwnd, point);
285 GetCursorPos(&point);
286 ScreenToClient(window->win, &point);
295 window->special(key, point.x, point.y);
304 GetCursorPos(&point);
305 ScreenToClient(window->win, &point);
314 window->keyboard((unsigned char) 127, point.x, point.y);
341 GetCursorPos(&point);
342 ScreenToClient(hwnd, &point);
344 __glutFinishMenu(hwnd, point.x, point.y);
363 point.x = LOWORD(lParam); point.y = HIWORD(lParam);
364 ClientToScreen(window->win, &point);
368 __glutStartMenu(menu, window, point.x, point.y, x, y);
398 GetCursorPos(&point);
399 ScreenToClient(hwnd, &point);
405 though the point IS IN THE ITEM! Therefore, just bail out if
409 int item = MenuItemFromPoint(hwnd, __glutHMenu, point);
414 __glutFinishMenu(hwnd, point.x, point.y);
418 __glutFinishMenu(hwnd, point.x, point.y);
503 GetCursorPos(&point);
504 ScreenToClient(hwnd, &point);
505 __glutFinishMenu(hwnd, point.x, point.y);