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

Method Rectangle

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

Source from the content-addressed store, hash-verified

1406}
1407
1408func (bg *IconButtonGroup) Rectangle() *sdl.FRect {
1409 rect := *bg.Rect
1410 return &rect
1411}
1412
1413func (bg *IconButtonGroup) SetRectangle(rect *sdl.FRect) {
1414 bg.Rect.X = rect.X

Callers 1

UpdateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected