feat(input): support artboard selection

This commit is contained in:
syntaxbullet
2026-07-03 16:04:43 +02:00
parent 46aa1b8595
commit 28fcbdceda
4 changed files with 122 additions and 5 deletions

View File

@@ -5,6 +5,7 @@ export {
} from "./dom";
export type { CommandKeybind, GlobalKeybindConsumer, Keybind, KeybindEvent, KeybindMap } from "./keyboard";
export { handleKeybind, keybindFromEvent } from "./keyboard";
export { handleArtboardSelection } from "./selection";
export type { ViewportPanInputController } from "./viewport-pan";
export { createViewportPanInputController } from "./viewport-pan";
export type { GlobalPointerConsumer, GlobalWheelConsumer, PointerInputEvent, WheelInputEvent } from "./pointer";