Add method to set action button on MotionEvent

Change-Id: I09f00fa1c2b793a88772f67fe195860ec436179d
This commit is contained in:
Michael Wright 2015-06-17 21:06:54 +01:00
parent 8f37aa5011
commit 21957b9c6d
1 changed files with 2 additions and 0 deletions

View File

@ -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; }