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

Method CanAdjustMultislider

Source/UIGrid.cpp:246–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246bool UIGrid::CanAdjustMultislider() const
247{
248 return !mRequireShiftForMultislider || (GetKeyModifiers() & kModifier_Shift);
249}
250
251float UIGrid::GetSubdividedValue(float position) const
252{

Callers

nothing calls this directly

Calls 1

GetKeyModifiersFunction · 0.85

Tested by

no test coverage detected