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

Commit cc62b6c6 authored by Michael Wright's avatar Michael Wright Committed by Android Git Automerger
Browse files

am 18c77330: Merge "Add method to set action button on MotionEvent" into mnc-dev

* commit '18c77330':
  Add method to set action button on MotionEvent
parents 357e7d7d 18c77330
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -383,6 +383,8 @@ public:

    inline int32_t getActionButton() const { return mActionButton; }

    inline void setActionButton(int32_t button) { mActionButton = button; }

    inline float getXOffset() const { return mXOffset; }

    inline float getYOffset() const { return mYOffset; }