DISTRHO Plugin Framework
Public Member Functions | Public Attributes | List of all members
Widget::PositionChangedEvent Struct Reference

#include <Widget.hpp>

Public Member Functions

 PositionChangedEvent () noexcept
 

Public Attributes

Point< int > pos
 
Point< int > oldPos
 

Detailed Description

Widget position changed event.

See also
onPositionChanged

Constructor & Destructor Documentation

◆ PositionChangedEvent()

Widget::PositionChangedEvent::PositionChangedEvent ( )
inlinenoexcept

Constructor for default/null values

Member Data Documentation

◆ pos

Point<int> Widget::PositionChangedEvent::pos

The new absolute position of the widget.

◆ oldPos

Point<int> Widget::PositionChangedEvent::oldPos

The previous absolute position of the widget.


The documentation for this struct was generated from the following file: