| 353 | } |
| 354 | |
| 355 | LRESULT WindowImplBase::OnLButtonDown(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled) |
| 356 | { |
| 357 | bHandled = FALSE; |
| 358 | return 0; |
| 359 | } |
| 360 | |
| 361 | LRESULT WindowImplBase::OnLButtonUp(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled) |
| 362 | { |
nothing calls this directly
no outgoing calls
no test coverage detected