DISTRHO Plugin Framework
|
#include <Widget.hpp>
Public Member Functions | |
ScrollEvent () noexcept | |
![]() | |
BaseEvent () noexcept | |
virtual | ~BaseEvent () noexcept |
Public Attributes | |
Point< int > | pos |
Point< float > | delta |
![]() | |
uint | mod |
uint32_t | time |
Mouse scroll event. pos The widget-relative coordinates of the pointer. delta The scroll distance.
|
inlinenoexcept |
Constuctor