openframeworks / openframeworks/openFrameworks
iOS Add touch majorRadius property
Open
@julapy is already working on this.
Since Dec 14, 2014.
addon
feature
iOS
prelim-analysis
section-internals
- Dominant language
- C++
- Stars
- 10.4k
- Forks
- 2.6k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 9
Description
As of iOS 8.0, UITouch has a public majorRadius property which communicates the approximate size of the touch. It would be nice to set the majoraxis property of ofTouchEventArgs to majorRadius.
The change is tested, I have used the majorRadius property in a research project already. A patch implementing this change is available at https://gist.github.com/julenka/55dea0263aede105854a.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.