The ITouchableTarget interface.
More...
#include <murl_graph_i_touchable_target.h>
The ITouchableTarget interface.
The ITouchableTarget interface is used by the IMultiTouchable object to notify the combined state from ITouchable events.
◆ SetPressed()
virtual void Murl::Graph::ITouchableTarget::SetPressed |
( |
const Vector & |
localPosition | ) |
|
|
pure virtual |
Set the pressed state.
The first ITouchable event was pressed on the touch area.
- Parameters
-
localPosition | The local position of the event. |
◆ SetReleasedInside()
virtual void Murl::Graph::ITouchableTarget::SetReleasedInside |
( |
const Vector & |
localPosition | ) |
|
|
pure virtual |
Set the released inside state.
A ITouchable 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::ITouchableTarget::SetReleasedOutside |
( |
const Vector & |
localPosition | ) |
|
|
pure virtual |
Set the released outside state.
A ITouchable 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_touchable_target.h