![]() |
NDEVR
API Documentation
|
A wrapper for a mouse event that is used by MouseControllerBase. More...
Public Member Functions | |
| MouseControllerEvent (const MouseEvent &event) | |
| Constructs a MouseControllerEvent from a MouseEvent. | |
Public Attributes | |
| Camera * | camera = nullptr |
| Pointer to the camera associated with this event. | |
| String | cursor |
| The cursor icon name to display for this event. | |
| DesignObjectLookup * | lookup = nullptr |
| Pointer to the design object lookup context. | |
| const MouseEvent | mouse_event |
| The original mouse event data. | |
A wrapper for a mouse event that is used by MouseControllerBase.
Definition at line 45 of file MouseController.h.
|
inline |
Constructs a MouseControllerEvent from a MouseEvent.
| [in] | event | The mouse event to wrap. |
Definition at line 51 of file MouseController.h.
References mouse_event.