Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ tick
Method
tick
source/windowing/StarPane.cpp:206–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
}
205
206
void Pane::tick(float) {
207
m_playingSounds.filter([](pair<String, AudioInstancePtr> const& p) {
208
return p.second->finished() == false;
209
});
210
}
211
212
bool Pane::dragActive() const {
213
return m_dragActive;
Callers
1
update
Method · 0.45
Calls
2
filter
Method · 0.45
finished
Method · 0.45
Tested by
no test coverage detected