MCPcopy 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
206void Pane::tick(float) {
207 m_playingSounds.filter([](pair<String, AudioInstancePtr> const& p) {
208 return p.second->finished() == false;
209 });
210}
211
212bool Pane::dragActive() const {
213 return m_dragActive;

Callers 1

updateMethod · 0.45

Calls 2

filterMethod · 0.45
finishedMethod · 0.45

Tested by

no test coverage detected