DISTRHO Plugin Framework
|
#include <Widget.hpp>
Public Member Functions | |
PositionChangedEvent () noexcept | |
Public Attributes | |
Point< int > | pos |
Point< int > | oldPos |
Widget position changed event.
|
inlinenoexcept |
Constructor for default/null values
Point<int> Widget::PositionChangedEvent::pos |
The new absolute position of the widget.
Point<int> Widget::PositionChangedEvent::oldPos |
The previous absolute position of the widget.