Touch point description. More...
#include <kanzi/core.ui/input/input_manipulator.hpp>
Public Member Functions | |
| KzuInputTouchPoint () | |
| Constructor. More... | |
Public Attributes | |
| unsigned int | id |
| Touch ID. More... | |
| KzuInputTouchPointState | state |
| Touch state. More... | |
| float | x |
| Touch x coordinate. More... | |
| float | y |
| Touch y coordinate. More... | |
| NodeWeakPtr | objectNode |
| Hit test object node. More... | |
| KzcRay | ray |
| Hit test ray. More... | |
| float | distance |
| Hit test distance. More... | |
Touch point description.
|
inlineexplicit |
Constructor.
| unsigned int kanzi::KzuInputTouchPoint::id |
Touch ID.
| KzuInputTouchPointState kanzi::KzuInputTouchPoint::state |
Touch state.
| float kanzi::KzuInputTouchPoint::x |
Touch x coordinate.
| float kanzi::KzuInputTouchPoint::y |
Touch y coordinate.
| NodeWeakPtr kanzi::KzuInputTouchPoint::objectNode |
Hit test object node.
| KzcRay kanzi::KzuInputTouchPoint::ray |
Hit test ray.
| float kanzi::KzuInputTouchPoint::distance |
Hit test distance.