iMSTK
Interactive Medical Simulation Toolkit
Public Member Functions | Public Attributes | List of all members
imstk::MouseEvent Class Reference

Provides the information of a mouse event, this includes button presses/releases and scrolling. More...

#include <imstkMouseDeviceClient.h>

Inheritance diagram for imstk::MouseEvent:
Inheritance graph
[legend]
Collaboration diagram for imstk::MouseEvent:
Collaboration graph
[legend]

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
 
EventObjectm_sender
 

Detailed Description

Provides the information of a mouse event, this includes button presses/releases and scrolling.

Definition at line 30 of file imstkMouseDeviceClient.h.


The documentation for this class was generated from the following file: