/// <summary> /// Returns element pressed down state. /// </summary> /// <param name="node">Certain node</param> /// <param name="element">Controller element</param> /// <returns>Was the controller element pressed down</returns> public static bool GetPressDown(FinchNodeType node, FinchControllerElement element) { return(FinchCore.GetBeginEvent(node, element)); }