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

Method Rectangle

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

Source from the content-addressed store, hash-verified

909}
910
911func (button *Button) Rectangle() *sdl.FRect {
912 return button.Label.Rectangle()
913}
914
915func (button *Button) SetRectangle(rect *sdl.FRect) {
916 button.Label.SetRectangle(rect)

Callers 3

UpdateMethod · 0.95
DrawMethod · 0.95
ConstructMenusFunction · 0.95

Calls 1

RectangleMethod · 0.65

Tested by

no test coverage detected