| 4344 | } |
| 4345 | |
| 4346 | type Tooltip struct { |
| 4347 | Button *IconButton |
| 4348 | SpawnStart Vector |
| 4349 | Displaying bool |
| 4350 | Text string |
| 4351 | Visible bool |
| 4352 | } |
| 4353 | |
| 4354 | func NewTooltip(text string) *Tooltip { |
| 4355 | tt := &Tooltip{ |
nothing calls this directly
no outgoing calls
no test coverage detected