-
Notifications
You must be signed in to change notification settings - Fork 970
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
Listening for mouse and keypress events #84
Comments
I don't think I'll include this in RobotJS, but I'm considering making a separate module. See #55. Personally I use nw.js or Electron for this. You can have global hotkeys with both projects. |
@octalmage I see - Can NW.js and Electron detect mouse events? |
No, only key-presses (hotkeys). |
Okay, thanks! |
No problem! I forgot to mention that RobotJS can get the mouse position. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can I listen for mouse and keypress events and do something accordingly?
The text was updated successfully, but these errors were encountered: