| 359 | } |
| 360 | |
| 361 | LRESULT WindowImplBase::OnLButtonUp(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled) |
| 362 | { |
| 363 | bHandled = FALSE; |
| 364 | return 0; |
| 365 | } |
| 366 | |
| 367 | LRESULT WindowImplBase::OnMouseMove(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled) |
| 368 | { |
nothing calls this directly
no outgoing calls
no test coverage detected