Mouse Control

filmmakerc14's picture

Does anyone think they can make a plugin that has the ability to control the mouse x,y values and clicking?

gtoledo3's picture
Re: Mouse Control

It's probably possible. Automator can do that kind of thing by recording automator actions. You may wish to request a quote from kineme.

I like this concept... (@ smokris and friends, this is what I was talking about w/ "homunculus".)

filmmakerc14's picture
Re: Mouse Control

How would I request a quote?

.lov.'s picture
Re: Mouse Control

Could you a bit more explain how you want this working?

filmmakerc14's picture
Re: Mouse Control

Sure. Im working on a project that I need to be able to control the mouse's movement based off numbers that are given(X,Y coordinates). I am looking for a plugin that can have inputs {X,Y,Click} and uses these inputs to control the actual mouse on the computer. I know it can be done in multiple scripting languages such as python and java. I have an example in java that uses a TUIO blob input to control the mouse. So the plugin needs to either have its own way of sending mouse controls, or be able to output a TUIO control.

Any ideas?

PreviewAttachmentSize
TuioMouseEdit.txt2.73 KB

filmmakerc14's picture
Re: Mouse Control

If anyone take the above java code and convert all the TUIO parts to OSC my problem would be temporarily solved. I would need it to be on any port but with the number inputs labeled X and Y and a boolean input labeled Click. Thanks