| 335 | } |
| 336 | |
| 337 | LRESULT WindowImplBase::OnKeyDown(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled) |
| 338 | { |
| 339 | bHandled = FALSE; |
| 340 | return 0; |
| 341 | } |
| 342 | |
| 343 | LRESULT WindowImplBase::OnKillFocus(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled) |
| 344 | { |
nothing calls this directly
no outgoing calls
no test coverage detected