mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
committed by
GitHub
parent
c38e9b59b0
commit
2a8872018b
@@ -738,6 +738,11 @@ bool Window::IsWidgetPressed(WidgetIndex widgetIndex) const
|
||||
return WidgetIsPressed(*this, widgetIndex);
|
||||
}
|
||||
|
||||
void Window::SetWidgetEnabled(WidgetIndex widgetIndex, bool value)
|
||||
{
|
||||
WidgetSetEnabled(*this, widgetIndex, value);
|
||||
}
|
||||
|
||||
void Window::SetWidgetDisabled(WidgetIndex widgetIndex, bool value)
|
||||
{
|
||||
WidgetSetDisabled(*this, widgetIndex, value);
|
||||
|
||||
Reference in New Issue
Block a user