apple pencil support

is anyone working on support for the apple pencil (iPad pro IOS)? sure wish Codea had could detect pressure.

@jimschmit There is something like pressure detection, it’s the radius of your finger touching the screen. The harder you press, the larger the touch radius. See this link. If you have a pencil with a tip that changes size as you press it will show a different radius.

https://codea.io/talk/discussion/6498/touch-radius

thanks but the apple pencil shows a radius of .25 regardless of pressure. the tip doesn’t change size with pressure. do you know any developers working on apple pencil support?

As far as I know, the pressure detection is all there is. Maybe one of the developers or someone else can add more info.