You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add:PointerEvent carries ctrlKey/metaKey/shiftKey/altKey (the live modifier
state, incl. on move) on all 3 engines + FakeAdapter — lets consumers gate drag
behaviour on a held modifier (e.g. Ctrl/⌘ to translate rigidly instead of deform). All
optional + default false (non-breaking); FakeAdapter.send(...) takes an optional mods arg. Treat ctrlKey || metaKey as "the modifier" (Ctrl on PC/Linux, ⌘ on Mac).