MCPcopy 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
211bool Canvas::IsRowVisible(int row) const
212{
213 return row >= mRowOffset && row < mRowOffset + GetNumVisibleRows();
214}
215
216void Canvas::OnClicked(float x, float y, bool right)
217{

Callers 1

DrawModuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected