Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ setJumped
Method
setJumped
include/Song.h:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
return m_currentFrame;
89
}
90
inline void setJumped( const bool jumped )
91
{
92
m_jumped = jumped;
93
}
94
inline bool jumped() const
95
{
96
return m_jumped;
Callers
3
processNextBuffer
Method · 0.80
setPlayPos
Method · 0.80
mouseMoveEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected