summaryrefslogtreecommitdiff
path: root/libs/input/PointerController.h
diff options
context:
space:
mode:
author Brandon Pollack <brpol@google.com> 2022-06-02 06:59:33 +0000
committer Brandon Pollack <brpol@google.com> 2022-06-10 04:07:23 +0000
commit015f5d9d5c31f94fa44927b5a3c5734a71dcb8eb (patch)
tree23756dfe444a1d694daf026a63e547da97465879 /libs/input/PointerController.h
parent925e3670fdb16b41d5a8ac47d368c93a2c021fbd (diff)
Change POINTER_ICON_STYLE enum to a type safe enum class
Test: Current tests all pass, this is a static type change, not a functional change. Change-Id: I8f0e8e43ea64f5abab163e4ef5444a8cb3d4fa78
Diffstat (limited to 'libs/input/PointerController.h')
-rw-r--r--libs/input/PointerController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/input/PointerController.h b/libs/input/PointerController.h
index eab030f71e1a..33480e8fa194 100644
--- a/libs/input/PointerController.h
+++ b/libs/input/PointerController.h
@@ -65,7 +65,7 @@ public:
BitSet32 spotIdBits, int32_t displayId);
virtual void clearSpots();
- void updatePointerIcon(int32_t iconId);
+ void updatePointerIcon(PointerIconStyle iconId);
void setCustomPointerIcon(const SpriteIcon& icon);
void setInactivityTimeout(InactivityTimeout inactivityTimeout);
void doInactivityTimeout();