MCPcopy Create free account
hub / github.com/SSARCandy/Coherent-Line-Drawing / OnStart

Method OnStart

src/gui.cpp:261–265  ·  view source on GitHub ↗

Buttons

Source from the content-addressed store, hash-verified

259
260//Buttons
261void MyFrame::OnStart(wxCommandEvent &event)
262{
263 render_loop_on = !render_loop_on;
264 SetRenderingState(render_loop_on);
265}
266
267void MyFrame::OnClean(wxCommandEvent &event)
268{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected