| 784 | } |
| 785 | |
| 786 | static void setSizeCallback(void* const ptr, const uint width, const uint height) |
| 787 | { |
| 788 | static_cast<UIVst3*>(ptr)->setSize(width, height); |
| 789 | } |
| 790 | }; |
| 791 | |
| 792 | // -------------------------------------------------------------------------------------------------------------------- |