#include <Widget.hpp>
Public Member Functions | |
MouseEvent () noexcept | |
![]() | |
BaseEvent () noexcept | |
virtual | ~BaseEvent () noexcept |
Public Attributes | |
int | button |
bool | press |
Point< int > | pos |
![]() | |
uint | mod |
uint32_t | time |
Mouse event. button The button number (1 = left, 2 = middle, 3 = right). press True if the key was pressed, false if released. pos The widget-relative coordinates of the pointer.
|
inlinenoexcept |
Constuctor