Home | History | Annotate | Download | only in fxfa

Lines Matching refs:dwFlags

47                                          uint32_t dwFlags,
50 bool bRet = hWidget->OnLButtonDown(dwFlags, hWidget->Rotate2Normal(point));
61 uint32_t dwFlags,
65 bool bRet = hWidget->OnLButtonUp(dwFlags, hWidget->Rotate2Normal(point));
72 uint32_t dwFlags,
74 bool bRet = hWidget->OnLButtonDblClk(dwFlags, hWidget->Rotate2Normal(point));
80 uint32_t dwFlags,
82 bool bRet = hWidget->OnMouseMove(dwFlags, hWidget->Rotate2Normal(point));
88 uint32_t dwFlags,
92 hWidget->OnMouseWheel(dwFlags, zDelta, hWidget->Rotate2Normal(point));
98 uint32_t dwFlags,
100 bool bRet = hWidget->OnRButtonDown(dwFlags, hWidget->Rotate2Normal(point));
110 uint32_t dwFlags,
112 bool bRet = hWidget->OnRButtonUp(dwFlags, hWidget->Rotate2Normal(point));
118 uint32_t dwFlags,
120 bool bRet = hWidget->OnRButtonDblClk(dwFlags, hWidget->Rotate2Normal(point));
127 uint32_t dwFlags) {
128 bool bRet = hWidget->OnKeyDown(dwKeyCode, dwFlags);
136 uint32_t dwFlags) {
137 bool bRet = hWidget->OnKeyUp(dwKeyCode, dwFlags);
144 uint32_t dwFlags) {
145 bool bRet = hWidget->OnChar(dwChar, dwFlags);
541 uint32_t dwFlags,
544 if (dwFlags & 0x01)
548 if (dwFlags & 0x02)
552 if (dwFlags & 0x04)
556 if (dwFlags & 0x08)