Search found 5 matches

by Noel Pil
14 Mar 2020, 04:31
Forum: Ask for Help (v1)
Topic: Capturing and saving mouse clicks
Replies: 7
Views: 3472

Re: Capturing and saving mouse clicks

Hi. I've been ill for some days,, and was not able to thank you.. But yes, thank you very much for this nice code. It works perfect, and I learned a lot. If yoy want to see the reason and result of the code in Processing, see discourse.processing.org/t/help-to-create-image-from-interaction-with-webs...
by Noel Pil
07 Mar 2020, 15:47
Forum: Ask for Help (v1)
Topic: Capturing and saving mouse clicks
Replies: 7
Views: 3472

Re: Capturing and saving mouse clicks

I need all the dragged pixel coordinates saved to be used in a Processing sketch to form a path. I think it's odd that AutoHotkey hasn't a mouseDragged function. Processing has, but only captures in its own window. I know the loop takes up to 15% processor power, but it's only for a short time I nee...
by Noel Pil
07 Mar 2020, 12:25
Forum: Ask for Help (v1)
Topic: Capturing and saving mouse clicks
Replies: 7
Views: 3472

Re: Capturing and saving mouse clicks

Thank you. The mouse_click code saves perfect the way I want to. I am trying to solve the mouse drag now. This is what I get until now (after some hours) Hope you can help me with this last part. Thanks again FileCreateDir, C:\mouse-click\ FileCreateDir, C:\mouse-click_drag\ ~LButton:: Keywait,LButt...
by Noel Pil
07 Mar 2020, 07:30
Forum: Ask for Help (v1)
Topic: Capturing and saving mouse clicks
Replies: 7
Views: 3472

Capturing and saving mouse clicks

Hi. This is my first code, and I'm trying to capture and save mouse clicks but the code below I tried, does not give just one mouse position at every click but many. How can I solve this? Thanks FileCreateDir, C:\mouse-click\ FileCreateDir, C:\mouse-click_drag\ FileCreateDir, C:\mouse-double_click\ ...

Go to advanced search