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

Capture all the events #5

Open
lawnsea opened this issue May 31, 2013 · 2 comments
Open

Capture all the events #5

lawnsea opened this issue May 31, 2013 · 2 comments
Labels

Comments

@lawnsea
Copy link
Contributor

lawnsea commented May 31, 2013

We need to capture all events at window, b/c otherwise we will miss scenarios like the following:

  1. user types into a textbox w/o listeners
  2. user clicks on button that fires listener which uses the value of the textbox

Fortunately, this makes things easier, for the most part. We can remove the jquery capture stuff completely, for example.

@amit777
Copy link

amit777 commented Jun 3, 2015

Hi, Is it possible to replay actual mouse movement with a mouse pointer icon? I noticed the repo hasn't been updated in a while, but I found this when searching for implementations of the mugshot research paper.

@lawnsea
Copy link
Contributor Author

lawnsea commented Jun 10, 2015

You cannot replay mouse movement with a native cursor, no, but you could animate a simulated cursor image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants