////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    // OTHER METHODS: --------------------------------------------------------------------------------------------------

    public void SetType(SimpleGesture.E_DIRECTION type, bool is4Axis)
    {
        this.tmp_type = type;
        this.tmp_orth = is4Axis;
    }
    ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    // OTHER METHODS: --------------------------------------------------------------------------------------------------

    public void SetType(SimpleGesture.E_DIRECTION type)
    {
        this.tmp_type = type;
    }