iMSTK
Interactive Medical Simulation Toolkit
|
Provides the information of a mouse event, this includes button presses/releases and scrolling. More...
#include <imstkMouseDeviceClient.h>
Public Member Functions | |
MouseEvent (const std::string type, const MouseButtonType buttonId) | |
MouseEvent (std::string type, const double scrollDx) | |
MouseEvent (std::string type) | |
![]() | |
Event (const std::string type) | |
Public Attributes | |
double | m_scrollDx |
Mouse scroll. | |
MouseButtonType | m_buttonId |
Button id. | |
![]() | |
std::string | m_type |
EventObject * | m_sender |
Provides the information of a mouse event, this includes button presses/releases and scrolling.
Definition at line 30 of file imstkMouseDeviceClient.h.