msTouchEvents property

Feature msTouchEvents
final

Whether the internet explorer browser supports touch events.

Related: touchEvents

Implementation

static final Feature msTouchEvents = Feature('mstouch',
    browser.isInternetExplorer && (window.navigator.maxTouchPoints ?? 0) > 1);