The ITouchReporterTarget interface.
More...
#include <murl_graph_i_touch_reporter_target.h>
The ITouchReporterTarget interface.
The ITouchReporterTarget interface is used by the IMultiTouchReporter object to notify the combined state from ITouchReporter events.
◆ SetPressed()
virtual void Murl::Graph::ITouchReporterTarget::SetPressed |
( |
const Vector & |
localPosition | ) |
|
|
pure virtual |
Set the pressed state.
The first ITouchReporter event was pressed on the touch area.
- Parameters
-
localPosition | The local position of the event. |
◆ SetReleasedInside()
virtual void Murl::Graph::ITouchReporterTarget::SetReleasedInside |
( |
const Vector & |
localPosition | ) |
|
|
pure virtual |
Set the released inside state.
A ITouchReporter event was pressed first and released at last inside the touch area.
- Parameters
-
localPosition | The local position of the event. |
◆ SetReleasedOutside()
virtual void Murl::Graph::ITouchReporterTarget::SetReleasedOutside |
( |
const Vector & |
localPosition | ) |
|
|
pure virtual |
Set the released outside state.
A ITouchReporter event was pressed first and released at last outside the touch area.
- Parameters
-
localPosition | The local position of the event. |
◆ SetButtonState()
Set the button state.
- Parameters
-
state | The current button state. |
The documentation for this interface was generated from the following file:
- murl_graph_i_touch_reporter_target.h