-
Notifications
You must be signed in to change notification settings - Fork 365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add get focusx and focusy #32
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this change. I think it's a good one, but the focus code should live on the parent TwoFingerGestureDetector
instead of just the RotateGestureDetector
, since they'll all have a focal point.
Also, I realize this old code isn't well formatted, but I'd rather not add to the poor formatting, so please check whitespace, don't leave empty javadoc comments, and group member variables together.
library/src/main/java/com/almeros/android/multitouch/RotateGestureDetector.java
Outdated
Show resolved
Hide resolved
library/src/main/java/com/almeros/android/multitouch/RotateGestureDetector.java
Outdated
Show resolved
Hide resolved
library/src/main/java/com/almeros/android/multitouch/TwoFingerGestureDetector.java
Show resolved
Hide resolved
library/src/main/java/com/almeros/android/multitouch/RotateGestureDetector.java
Outdated
Show resolved
Hide resolved
Now I think PR could be merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approve ?
Add information for rotation where is a focus point
Remove reqTouchScreen to support Samsung Dex
This change is