Hiyve Components - v1.0.0
    Preparing search index...
    • Whether the primary pointing device is coarse (touch) rather than fine (mouse/trackpad).

      Returns boolean

      Use this to adapt affordances that assume a fine pointer — e.g. hiding drag-and-drop hints or enlarging hit targets — rather than user-agent sniffing. Evaluated per call (a convertible's primary pointer can change when docked/undocked). Returns false outside the browser or when matchMedia is unavailable.

      <FileManager enableDragDrop={!isTouchPrimary()} />