1.0.5
Fixes iPad taps arriving at the host as right clicks.
A direct touch carries no buttons, and UIKit's buttonMaskRequired is only evaluated for indirect input devices, so a finger tap matched the secondary tap recognizer as well as the primary one. The secondary recognizer won arbitration, sending every tap as a right click. It is now restricted to indirect pointer input, leaving finger taps to the primary recognizer while trackpad and mouse right clicks still route correctly.