| 563 | } |
| 564 | |
| 565 | LRESULT CMainFrame::OnInput(WPARAM, LPARAM) |
| 566 | { |
| 567 | // process input signalled by the WM_USER_INPUT message |
| 568 | GetEvalView()->ProcessInput(); |
| 569 | return 0; |
| 570 | } |
| 571 | |
| 572 | LRESULT CMainFrame::OnCompile(WPARAM, LPARAM res) |
| 573 | { |
nothing calls this directly
no test coverage detected