nCine::MouseEvent class

Information about a mouse event.

Derived classes

class Qt5MouseEvent
Information about a Qt5 mouse event.

Public variables

std::int32_t x
Pointer position on the X axis.
std::int32_t y
Pointer position on the Y axis.
MouseButton button
The button that has been pressed or released.