Tracking Apple Pencil angles and pressure with Xamarin
Rumor has it that Apple will support the Apple Pencil in the forthcoming iPad. If so, more developers will want to use the new features of UITouch
-- force, angle, and elevation -- supported by the incredibly-precise stylus.
Basically, it's trivial:
-- Force is UITouch.Force
;
-- Angle is UITouch.GetAzimuthAngle(UIView)
; and
-- Angle …