|
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) | |
Public Member Functions inherited from imstk::Event | |
| Event (const std::string type) | |
Public Attributes | |
| double | m_scrollDx |
| Mouse scroll. | |
| MouseButtonType | m_buttonId |
| Button id. | |
Public Attributes inherited from imstk::Event | |
| 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.
1.8.13