Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08f7a6ad authored by Michael Wright's avatar Michael Wright
Browse files

Add ftl_last to PointerControllerInterface::Presentation

This way it can be printed using ftl::enum_string.

Bug: 254277939
Test: manual
Change-Id: Ie50e4a68073765af24718e84840dce7b03a18c8e
parent be0905ed
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -79,6 +79,8 @@ public:
        POINTER,
        // Show spots and a spot anchor in place of the mouse pointer.
        SPOT,

        ftl_last = SPOT,
    };

    /* Sets the mode of the pointer controller. */