MCPcopy Create free account
hub / github.com/SolarLune/masterplan / SetValueRaw

Method SetValueRaw

gui.go:3489–3493  ·  view source on GitHub ↗
(value float32)

Source from the content-addressed store, hash-verified

3487}
3488
3489func (s *Scrollbar) SetValueRaw(value float32) {
3490
3491 s.SetValue((value - s.ValueMin) / (s.ValueMax - s.ValueMin))
3492
3493}
3494
3495func (s *Scrollbar) Draw() {
3496

Callers 1

ConstructMenusFunction · 0.95

Calls 1

SetValueMethod · 0.95

Tested by

no test coverage detected