(rect *sdl.FRect)
| 4448 | |
| 4449 | func (tt *Tooltip) Rectangle() *sdl.FRect { return tt.Button.Rectangle() } |
| 4450 | func (tt *Tooltip) SetRectangle(rect *sdl.FRect) { tt.Button.SetRectangle(rect) } |
| 4451 | func (tt *Tooltip) Destroy() { tt.Button.Destroy() } |
| 4452 | |
| 4453 | // type Tooltip struct { |
nothing calls this directly
no test coverage detected