DISTRHO Plugin Framework
|
#include <Widget.hpp>
Public Member Functions | |
MouseEvent () noexcept | |
![]() | |
BaseEvent () noexcept | |
virtual | ~BaseEvent () noexcept |
Public Attributes | |
uint | button |
bool | press |
Point< double > | pos |
Point< double > | absolutePos |
![]() | |
uint | mod |
uint | flags |
uint | time |
Mouse press or release event.
button The button number starting from 1 (1 = left, 2 = middle, 3 = right). press True if the button was pressed, false if released. pos The widget-relative coordinates of the pointer. absolutePos The absolute coordinates of the pointer.
|
inlinenoexcept |
Constructor