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

Commit 92d7fd07 authored by Seunghwan Choi's avatar Seunghwan Choi Committed by Prabir Pradhan
Browse files

[scribe] Add index of handwriting icon on native

Add TYPE_HANDWRITING index on native input.h to use on
inputManagerService.cpp

Test: Manual Test(hover pointer on handwriting area)
Bug: b/215436642
Change-Id: I41caec44d81c414b4acc1e3575c5acc6f99146d8
parent 7ac691e1
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1127,6 +1127,7 @@ enum class PointerIconStyle : int32_t {
    TYPE_ZOOM_OUT = 1019,
    TYPE_ZOOM_OUT = 1019,
    TYPE_GRAB = 1020,
    TYPE_GRAB = 1020,
    TYPE_GRABBING = 1021,
    TYPE_GRABBING = 1021,
    TYPE_HANDWRITING = 1022,


    TYPE_SPOT_HOVER = 2000,
    TYPE_SPOT_HOVER = 2000,
    TYPE_SPOT_TOUCH = 2001,
    TYPE_SPOT_TOUCH = 2001,