| 908 | } |
| 909 | |
| 910 | bool widgetIsHoldable(const WindowBase& w, WidgetIndex widgetIndex) |
| 911 | { |
| 912 | return w.widgets[widgetIndex].flags.has(WidgetFlag::isHoldable); |
| 913 | } |
| 914 | |
| 915 | bool widgetIsVisible(const WindowBase& w, WidgetIndex widgetIndex) |
| 916 | { |
no test coverage detected