class Core::Portable::TouchInputState::TouchInfo

class TouchInfo: public Core::TouchInfo
{
public:
    // construction

    TouchInfo(const TouchEvent& event);
};

Inherited Members

public:
    // fields

    int type;
    TouchID id;
    Point where;
    PointF whereF;
    int64 time;

    // methods

    bool operator == (const TouchInfo& other) const;
    void setPosition(PointRef p);
    void setPosition(PointFRef p);