Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ IsRowVisible
Method
IsRowVisible
Source/Canvas.cpp:211–214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
209
}
210
211
bool Canvas::IsRowVisible(int row) const
212
{
213
return row >= mRowOffset && row < mRowOffset + GetNumVisibleRows();
214
}
215
216
void Canvas::OnClicked(float x, float y, bool right)
217
{
Callers
1
DrawModule
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected