| 364 | * Host state */ |
| 365 | |
| 366 | bool UI::isResizable() const noexcept |
| 367 | { |
| 368 | #if DISTRHO_UI_USER_RESIZABLE |
| 369 | return uiData->window->isResizable(); |
| 370 | #else |
| 371 | return false; |
| 372 | #endif |
| 373 | } |
| 374 | |
| 375 | uint UI::getBackgroundColor() const noexcept |
| 376 | { |
no outgoing calls
no test coverage detected