max-mapper / screencat

:cat2: webrtc screensharing electron app for mac os (Alpha)
http://maxogden.github.io/screencat
BSD 2-Clause "Simplified" License
3.01k stars 383 forks source link

double-click, scrolling etc (overall better mouse stuff) #23

Closed max-mapper closed 8 years ago

max-mapper commented 9 years ago

right now we only support single clicking. improving this is dependent upon what we can get into https://github.com/octalmage/robotjs. My current fork is here https://github.com/maxogden/robotjs/tree/keyupdown. I intended to PR it at some point

octalmage commented 9 years ago

I started work on this for octalmage/RobotJS#24, but it's proving to be harder than I thought. It looks like there's a separate event for double clicks. I'll update this if I make any progress.