IInputContext.IsKeyReleased(Key) Method Definition Namespace: Brine2D.Input Returns true if the key was released this frame. C#bool IsKeyReleased(Brine2D.Input.Key key); Parameters key Key Returns System.Boolean