Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3583
func
(s *Scrollbar) Vertical() bool {
return
s.Rect.H > s.Rect.W }
3584
3585
func
(s *Scrollbar) Rectangle() *sdl.FRect {
3586
return
&sdl.FRect{s.Rect.X, s.Rect.Y, s.Rect.W, s.Rect.H}
Callers
3
Update
Method · 0.95
Draw
Method · 0.95
DrawOnTop
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected