| 244 | } |
| 245 | |
| 246 | bool UIGrid::CanAdjustMultislider() const |
| 247 | { |
| 248 | return !mRequireShiftForMultislider || (GetKeyModifiers() & kModifier_Shift); |
| 249 | } |
| 250 | |
| 251 | float UIGrid::GetSubdividedValue(float position) const |
| 252 | { |
nothing calls this directly
no test coverage detected