MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / isPlaying

Method isPlaying

NeuralNote/Source/Player.cpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134bool Player::isPlaying() const
135{
136 return mIsPlaying.load();
137}
138
139void Player::setPlayingState(bool inIsPlaying)
140{

Callers 3

mouseWheelMoveMethod · 0.80
_onVBlankCallbackMethod · 0.80
timerCallbackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected