Add LR and UD Mirror.

Adds a left-right and up-down mirror for 4-panel and solo modes.
This commit is contained in:
hayoreo
2024-03-06 16:10:21 -08:00
committed by teejusb
parent ede0b53f2b
commit db7b7b425c
8 changed files with 73 additions and 1 deletions
+2
View File
@@ -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. */