sudogroot / kinect-activity-reaction-interface

Automatically exported from code.google.com/p/kinect-activity-reaction-interface
1 stars 0 forks source link

mouse clicking #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  [set]
    [require]
    bodyAction      = handLeftOut
    distanceMin     = 14
    distanceMax     = 17
   [execute]
    mouseTap        = mouseRight

2. It's tracking that Action, but it doesn't right click
3.

What is the expected output? What do you see instead?
to use the mousse for fallout nv aiming/shooting. Accepted .cfg, no errors, 
tracking the movement just no mouse click

What version of the product are you using? On what operating system?
 kari-0.0533b / win7 64bit

Please provide any additional information below.
 Also how would you go  about creating a double click. Ive tried adding another set,require,bodyAction, and execute and any combo i thought of but no go.

Original issue reported on code.google.com by w3lsh...@gmail.com on 2 Aug 2011 at 2:03

GoogleCodeExporter commented 8 years ago
it doesnt' right click at all? ok I will check into that tonight.

for double click, you can just put 2 execute commands into your set, and it 
will click twice. Well, SHOULD click twice! :)

I'll look tonight about the mouse not clicking, but I am in the midst of 
re-organizing how the executes run, so it might be a bit before I can put it 
live.

Original comment by gareth.p...@gmail.com on 2 Aug 2011 at 9:54

GoogleCodeExporter commented 8 years ago
ok it looks like mouseTap is running to quickly to be caught.
I can fix it after I finish my modifications to the execute method.

for now you can use mouseHold, sorry about that

Original comment by gareth.p...@gmail.com on 3 Aug 2011 at 1:19

GoogleCodeExporter commented 8 years ago
No worries, I'm glad it was a easy? fix. 

Original comment by w3lsh...@gmail.com on 3 Aug 2011 at 3:01