commit | 08f7a6adfbf8e9dcabe89417b1305280093d7cce | [log] [tgz] |
---|---|---|
author | Michael Wright <michaelwr@google.com> | Sat Oct 22 03:14:39 2022 +0100 |
committer | Michael Wright <michaelwr@google.com> | Fri Nov 11 14:04:13 2022 +0000 |
tree | f71c10d479110b88d772e3888f8a9acf8ea4e1c2 | |
parent | be0905edb778bbeeed7e264129ea4acdddbe4f20 [diff] [blame] |
Add ftl_last to PointerControllerInterface::Presentation This way it can be printed using ftl::enum_string. Bug: 254277939 Test: manual Change-Id: Ie50e4a68073765af24718e84840dce7b03a18c8e
diff --git a/services/inputflinger/include/PointerControllerInterface.h b/services/inputflinger/include/PointerControllerInterface.h index 647e10c..7e0c1c7 100644 --- a/services/inputflinger/include/PointerControllerInterface.h +++ b/services/inputflinger/include/PointerControllerInterface.h
@@ -79,6 +79,8 @@ POINTER, // Show spots and a spot anchor in place of the mouse pointer. SPOT, + + ftl_last = SPOT, }; /* Sets the mode of the pointer controller. */