Add LR and UD Mirror.
Adds a left-right and up-down mirror for 4-panel and solo modes.
This commit is contained in:
@@ -290,6 +290,8 @@ public:
|
||||
enum Turn {
|
||||
TURN_NONE=0, /**< No turning of the arrows is performed. */
|
||||
TURN_MIRROR, /**< The arrows are mirrored from their normal position. */
|
||||
TURN_LRMIRROR, /**< The left and right arrows are mirrored from their normal position. */
|
||||
TURN_UDMIRROR, /**< The up and down arrows are mirrored from their normal position. */
|
||||
TURN_BACKWARDS, /**< The arrows are turned 180 degrees. This does NOT always equal mirror. */
|
||||
TURN_LEFT, /**< The arrows are turned 90 degrees to the left. */
|
||||
TURN_RIGHT, /**< The arrows are turned 90 degress to the right. */
|
||||
|
||||
Reference in New Issue
Block a user