예제 #1
0
    void handleDoubleTapGesture(float _posX, float _posY) {

        handlePinchGesture(_posX, _posY, 2.f);
    }
예제 #2
0
void InputHandler::handleDoubleTapGesture(float _posX, float _posY) {

    handlePinchGesture(_posX, _posY, 2.f, 0.f);

}