@lynx-example/mouse-cursor
v0.1.0
Published
An example shows mouse drag, hover, and cursor states in Lynx
Readme
Mouse Cursor
This example keeps only the Lynx UI portion of the pc-mouse-cursor showcase.
It demonstrates drag, hover, docking, and cursor-state feedback without any
desktop main-process, preload, or Lynxtron-specific code.
Getting Started
Install the dependencies in the workspace root:
corepack enable
pnpm installThen run the example:
pnpm --filter @lynx-example/mouse-cursor run devHover and cursor changes are easiest to observe in web or desktop previews. The drag interaction also works with touch input.
