(widget: IBaseWidget | undefined)
| 3647 | } |
| 3648 | |
| 3649 | #isMouseOverWidget(widget: IBaseWidget | undefined): boolean { |
| 3650 | if (!widget) return false |
| 3651 | return this.mouseOver?.overWidget === widget |
| 3652 | } |
| 3653 | |
| 3654 | /** |
| 3655 | * Returns the input slot that is associated with the given widget. |