OnMouseDown() is called when a mouse button is presesd. It handles the mouse press, finds the control (if any) that is pressed, and begins tracking.
Definition at line 1047 of file CATWindow.cpp. References CATCURSOR_MOVE, fDragAnywhere, fDragging, fDragLastPoint, fMouseTrackTarget, CATGuiObj::GetHint(), HitTest(), OSBeginMouseTrack(), OSShowToolTip(), OSUpdateToolTip(), OSWndToScreen(), SetCursorType(), SetFocus(), SetStatusBarHint(), CATControl::TrackMouseDown(), WindowToWidget(), CATPOINT::x, and CATPOINT::y.
|