| 
    DISTRHO Plugin Framework
    
   | 
 
#include <Widget.hpp>
  
Public Member Functions | |
| MotionEvent () noexcept | |
  Public Member Functions inherited from Widget::BaseEvent | |
| BaseEvent () noexcept | |
| virtual | ~BaseEvent () noexcept | 
Public Attributes | |
| Point< double > | pos | 
| Point< double > | absolutePos | 
  Public Attributes inherited from Widget::BaseEvent | |
| uint | mod | 
| uint | flags | 
| uint | time | 
Mouse motion event.
      
  | 
  inlinenoexcept | 
Constructor for default/null values
| Point<double> Widget::MotionEvent::pos | 
The widget-relative coordinates of the pointer.
| Point<double> Widget::MotionEvent::absolutePos | 
The absolute coordinates of the pointer.