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

[Camera] Record mouse cursor #30

Open
thmsbfft opened this issue Nov 17, 2016 · 2 comments
Open

[Camera] Record mouse cursor #30

thmsbfft opened this issue Nov 17, 2016 · 2 comments
Assignees

Comments

@thmsbfft
Copy link
Owner

https://twitter.com/grillitype/status/799307001671127041

Possible spec:
– Custom sprite for cursor or CSS code (color, border, etc.)
– :Active state (click animation)

@mylespalmer
Copy link

Both of those sound nice! Even if it's something more simple to begin with, like this — https://2.sendvid.com/s6osxv76.mp4 — that'd be a great step already.

@thmsbfft thmsbfft added this to the 0.0.6 milestone Nov 28, 2016
@thmsbfft
Copy link
Owner Author

Added quick prototype code in 74a1a7e.

Some notes/next steps:
• The way Electron allows element to drag the window seems to mess with CSS cursors. Doesn't register the CSS above -webkit-app-region: drag, even if I disable it.
• I'm overriding the webpage's cursors by injecting CSS in them. So far so good, but it needs more testing + needs to work when navigating between pages (re-injecting the CSS).

I think I'll come back to this once video recording is no longer experimental (see #31).

@thmsbfft thmsbfft removed this from the 0.0.6 milestone Feb 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants