gestionnaires de messages de WM_ : L - M
Les entrées de mappage suivantes à gauche correspondent aux prototypes de fonctions à droite :
Entrée de carte |
Prototype de fonction |
---|---|
ON_WM_LBUTTONDBLCLK() |
afx_msg OnLButtonDblClkvoid (UINT, CPoint) ; |
ON_WM_LBUTTONDOWN() |
afx_msg OnLButtonDownvoid (UINT, CPoint) ; |
ON_WM_LBUTTONUP() |
afx_msg OnLButtonUpvoid (UINT, CPoint) ; |
ON_WM_MBUTTONDBLCLK() |
afx_msg void OnMLButtonDblClkvoid (UINT, CPoint) ; |
ON_WM_MBUTTONDOWN() |
afx_msg void OnMLButtonDownvoid (UINT, CPoint) ; |
ON_WM_MBUTTONUP() |
afx_msg void OnMLButtonUpvoid (UINT, CPoint) ; |
ON_WM_MDIACTIVATE() |
afx_msg void OnMDIActivate(BOOL, CWnd*, CWnd*) ; |
ON_WM_MEASUREITEM() |
afx_msg void OnMeasureItem(LPMEASUREITEMSTRUCT) ; |
ON_WM_MENUCHAR() |
afx_msg LONG OnMenuChar(UINT, UINT, CMenu*) ; |
ON_WM_MENUDRAG() |
afx_msg UINT OnMenuDrag(UINT, CMenu*) ; |
ON_WM_MENUGETOBJECT() |
afx_msg UINT OnMenuGetObject(MENUGETOBJECTINFO*) ; |
ON_WM_MENURBUTTONUP() |
afx_msg void OnMenuRButtonUp(UINT, CMenu*) ; |
ON_WM_MENUSELECT() |
afx_msg void OnMenuSelect(UINT, UINT, HMENU) ; |
ON_WM_MOUSEACTIVATE() |
afx_msg int OnMouseActivate(CWnd*, UINT, UINT) ; |
ON_WM_MOUSEHOVER() |
afx_msg void OnMouseHover(UINT, CPoint) ; |
ON_WM_MOUSEHWHEEL() |
afx_msg void OnMouseHWheel(UINT, short, CPoint) ; |
ON_WM_MOUSELEAVE() |
afx_msg void OnMouseLeave(); |
ON_WM_MOUSEMOVE() |
afx_msg void OnMouseMove( UINT, CPoint); |
ON_WM_MOUSEWHEEL() |
afx_msg BOOL SurLaRoueDelaSourie(UINT, short, CPoint) d'afx_msg ; |
ON_WM_MOVE() |
afx_msg void EnMouvement(int, int) ; |
ON_WM_MOVING() |
afx_msg void EnMouvement(UINT, LPRECT) ; |