Added support to change horizontal direction of menu
To change the direction you can use the following code:
CM.MenuConstants.horizontalDirection = .right
or
CM.MenuConstants.horizontalDirection = .left
or
CM.MenuConstants.horizontalDirection = .center