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

Method Vertical

gui.go:3583–3583  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3581}
3582
3583func (s *Scrollbar) Vertical() bool { return s.Rect.H > s.Rect.W }
3584
3585func (s *Scrollbar) Rectangle() *sdl.FRect {
3586 return &sdl.FRect{s.Rect.X, s.Rect.Y, s.Rect.W, s.Rect.H}

Callers 3

UpdateMethod · 0.95
DrawMethod · 0.95
DrawOnTopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected