Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(usePointerLock): new function #2590

Merged
merged 19 commits into from Jan 17, 2023
Merged

Commits on Dec 28, 2022

  1. feat(usePointerLock): new function

    Sergey Danilchenko committed Dec 28, 2022
    Copy the full SHA
    a541cb2 View commit details
    Browse the repository at this point in the history
  2. feat(useMouse): support for movement detection

    Sergey Danilchenko committed Dec 28, 2022
    Copy the full SHA
    3118ca4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0959304 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e24bf60 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. fix(usePointerLock): update demo

    Sergey Danilchenko committed Dec 29, 2022
    Copy the full SHA
    39faace View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    96213ef View commit details
    Browse the repository at this point in the history
  3. fix(usePointerLock): update demo

    Sergey Danilchenko committed Dec 29, 2022
    Copy the full SHA
    1a3aa3f View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. fix(usePointerLock): fix pending element tracking when usePointerLock…

    … used in multiple components
    Sergey Danilchenko committed Dec 30, 2022
    Copy the full SHA
    6eaad08 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/useMouse' into feature/usePointerLock

    Sergey Danilchenko committed Dec 30, 2022
    Copy the full SHA
    9525b85 View commit details
    Browse the repository at this point in the history
  3. fix(usePointerLock): unlock fix

    Sergey Danilchenko committed Dec 30, 2022
    Copy the full SHA
    9b06387 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. feat(usePointerLock): simplify demo

    Sergey Danilchenko committed Jan 1, 2023
    Copy the full SHA
    831dfce View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Copy the full SHA
    c384618 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Copy the full SHA
    5b953fb View commit details
    Browse the repository at this point in the history
  2. fix(usePointerLock): reset targetElement on pointer lock release even…

    … if release is not caused by the user
    Sergey Danilchenko committed Jan 9, 2023
    Copy the full SHA
    25506ed View commit details
    Browse the repository at this point in the history
  3. feat(usePointerLock): keep track of element which triggered pointer l…

    …ock (for cases where pointer lock is acquired on a different element)
    Sergey Danilchenko committed Jan 9, 2023
    Copy the full SHA
    3ea3ce3 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. feat(usePointerLock): support unadjusted mouse movement tracking (exp…

    …erimental)
    Sergey Danilchenko committed Jan 10, 2023
    Copy the full SHA
    ed3d20b View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. feat(usePointerLock): migrate demo to unocss

    Sergey Danilchenko committed Jan 13, 2023
    Copy the full SHA
    46fcaf4 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Copy the full SHA
    602188a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0a256c6 View commit details
    Browse the repository at this point in the history