const [isLeftDown, setLeftDown] = withHandle({
        handlePosition: ({x, y}, altKey) => {
            const d = withRotation(x, 0, currentRotation.z);
            return {
                // limit: limitLeft,