Buttons
| 259 | |
| 260 | //Buttons |
| 261 | void MyFrame::OnStart(wxCommandEvent &event) |
| 262 | { |
| 263 | render_loop_on = !render_loop_on; |
| 264 | SetRenderingState(render_loop_on); |
| 265 | } |
| 266 | |
| 267 | void MyFrame::OnClean(wxCommandEvent &event) |
| 268 | { |
nothing calls this directly
no outgoing calls
no test coverage detected