| 183 | render_loop_on = false; |
| 184 | } |
| 185 | void MyFrame::OnExit(wxCommandEvent &event) { Close(true); } |
| 186 | void MyFrame::OnAbout(wxCommandEvent &event) |
| 187 | { |
| 188 | wxMessageBox("Coherent Line Drawing\n\nProgramed by HSU,SHU-HSUAN (https://ssarcandy.tw/)\n\n" |
nothing calls this directly
no outgoing calls
no test coverage detected