MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / GetCellPosition

Method GetCellPosition

Source/UIGrid.cpp:241–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241ofVec2f UIGrid::GetCellPosition(int col, int row)
242{
243 return ofVec2f(GetX(col, row), GetY(row));
244}
245
246bool UIGrid::CanAdjustMultislider() const
247{

Callers 15

CreateUIControlsMethod · 0.45
DrawModuleMethod · 0.45
ResizeMethod · 0.45
DrawModuleMethod · 0.45
DrawModuleMethod · 0.45
DrawMethod · 0.45
DrawModuleMethod · 0.45
DrawModuleMethod · 0.45
DrawModuleMethod · 0.45
DrawModuleMethod · 0.45
DrawModuleMethod · 0.45
DrawModuleMethod · 0.45

Calls 1

ofVec2fClass · 0.85

Tested by 1

DrawModuleMethod · 0.36