Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
134
bool Player::isPlaying() const
135
{
136
return mIsPlaying.load();
137
}
138
139
void Player::setPlayingState(bool inIsPlaying)
140
{
Callers
3
mouseWheelMove
Method · 0.80
_onVBlankCallback
Method · 0.80
timerCallback
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected