MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / isPlaying

Method isPlaying

src/app/ui/preview_editor.cpp:103–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 }
102
103 bool isPlaying() const { return m_isPlaying; }
104
105 void setPlaying(bool state) {
106 m_isPlaying = state;

Callers 3

onPlayClickedMethod · 0.45
updateUsingEditorMethod · 0.45
onStateChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected