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

Commit 4ae98b84 authored by Ethan Chen's avatar Ethan Chen Committed by Steve Kondik
Browse files

Add GESTURE_SENSOR input source

Change-Id: If61a7e7bf2d8b2665db7ca57ed68a4462d0c1783
parent 14796cc7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -841,6 +841,8 @@ enum {
    AINPUT_SOURCE_JOYSTICK = 0x01000000 | AINPUT_SOURCE_CLASS_JOYSTICK,
    /** rotary encoder */
    AINPUT_SOURCE_ROTARY_ENCODER = 0x00400000 | AINPUT_SOURCE_CLASS_NONE,
    /** cm gesture sensor */
    AINPUT_SOURCE_GESTURE_SENSOR = 0x00800000 | AINPUT_SOURCE_CLASS_NONE,

    /** any */
    AINPUT_SOURCE_ANY = 0xffffff00,