[PLACEHOLDER] Apple Pencil input validation on iPad hardware #120
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
In order to validate Apple Pencil input on iPad hardware for v1,
as a Marathon developer,
I need to implement Apple Pencil event registration in the iOS platform layer and differentiate pencil input from touch input with full pressure and tilt data.
This was originally scoped for v0 but moved to v1 due to Apple Developer Program fees and provisioning requirements for testing on hardware iPad.
Acceptance Criteria
Technical Notes
crates/libmarathon/src/platform/ios/input.rscrates/libmarathon/src/platform/ios/pencil.rsAdditional Context
Part of v1 iPad hardware validation. No rendering or drawing UI required - just event logging to prove Apple Pencil input works correctly. Full drawing/painting features come in later milestones.