Lines Matching refs:lParam
379 …creenVideoController::fullscreenClientWndProc(HWND wnd, UINT message, WPARAM wParam, LPARAM lParam) in fullscreenClientWndProc() argument
389 onMouseDown(IntPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam))); in fullscreenClientWndProc()
392 onMouseMove(IntPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam))); in fullscreenClientWndProc()
395 onMouseUp(IntPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam))); in fullscreenClientWndProc()
399 return DefWindowProc(wnd, message, wParam, lParam); in fullscreenClientWndProc()
559 LRESULT FullscreenVideoController::hudWndProc(HWND wnd, UINT message, WPARAM wParam, LPARAM lParam) in hudWndProc() argument
564 return DefWindowProc(wnd, message, wParam, lParam); in hudWndProc()
574 controller->onMouseDown(IntPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam))); in hudWndProc()
577 controller->onMouseMove(IntPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam))); in hudWndProc()
580 controller->onMouseUp(IntPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam))); in hudWndProc()
584 return DefWindowProc(wnd, message, wParam, lParam); in hudWndProc()