Open
Description
Is there any reason why we don't expose enabling or disabling multitouch after you've already created an app? I know that on iOS it is totally fine to to this after creating the UIView, I'm pretty sure it is fine with Cocoa / NSView as well, and while I'm not too familiar with the Win32 approach (here), it seems doable if use the opposite of RegisterTouchWindow
(UnregisterTouchWindow).
Not high priority, but occasionally I've wanted this, especially when I'm running tests that my code works correctly in both single and multitouch modes.