Skip to content

v0.2.9

Choose a tag to compare

@hhfrancois hhfrancois released this 09 Jun 12:32
· 24 commits to main since this release
  • 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).