onlbuttondown

該成員函式由框架調用,讓您的應用程式處理一個Windows訊息。參數傳遞給函式時,反映收到的訊息框架收到的參數。如果調用此函式的基類的實現,該實現將使用原來的訊息,而不是您提供的參數傳遞給函式的參數。

基本介紹

  • 外文名:onlbuttondown
  • 英文全稱:CWnd::OnLButtonDown
  • 套用領域:計算機
  • 性質:語言程式
CWnd::OnLButtonDown
nFlags
指示是否各種虛擬鍵是否被按下。這個參數可以是任何以下值的組合:
MK_CONTROL 如果Ctrl鍵按下時設定這個標誌。
MK_LBUTTON 如果滑鼠左鍵按下時設定這個標誌。
MK_MBUTTON 如果滑鼠中鍵按下時設定這個標誌。
MK_RBUTTON 如果滑鼠右鍵按下時設定這個標誌。
MK_SHIFT 如果Shift鍵按下時設定這個標誌。
point
指定x和y坐標的游標。這些坐標總是相對於視窗的左上角。
afx_msg void OnLButtonDown( UINT nFlags, CPoint point );
nFlags
Indicates whether various virtual keys are down. This parameter can be any combination of the following values:
MK_CONTROL Set if the CTRL key is down.
MK_LBUTTON Set if the left mouse button is down.
MK_MBUTTON Set if the middle mouse button is down.
MK_RBUTTON Set if the right mouse button is down.
MK_SHIFT Set if the SHIFT key is down.
point
Specifies the x- and y-coordinate of the cursor. These coordinates are always relative to the upper-left corner of the window.

相關詞條

熱門詞條

聯絡我們