hello,
I use mce controller to make a remote control with a tablette and it's nice soft congratulation :)
I have 2 question,
1st question :
I use My movies to organise and see resume and info.
how can I do :
1. send myfilms go to mymovies part film
2. send myseries do to mymovies part series (and not myvideos)
I use my movie with 2 part (film/series)
second question :
how I can simulate the mouse movement (if it's possible) to create a part on my tablet to be a mousepad (homemade)
thanks for your help
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2012-10-09
Hi Angel,
I don't know enough about how My Movies works to be able to help you with those questions. Perhaps someone else reading this can.
As for simulating mouse movement: This is something I've considered adding to MCE Controller but have not yet had a use case to drive it. It should be possible.
Would it be correct that on your client computer that is sending commands to MCE Controller you would write the code to track the 'mouse pad' and send mouse move commands to MCE controller?
Something like "m:x,y" where x and y are the new coordinates? You'd need to know the screen resolution on the "server". I suppose you'd also want click events too like "m:lb-down", "m:lb-up", and "m:lb-dclick" (mouse:left-button-down, mouse:left-button-up, mouse:left-button-double-click)?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
"Would it be correct that on your client computer that is sending commands to MCE Controller you would write the code to track the 'mouse pad' and send mouse move commands to MCE controller?
Something like "m:x,y" where x and y are the new coordinates? You'd need to know the screen resolution on the "server". I suppose you'd also want click events too like "m:lb-down", "m:lb-up", and "m:lb-dclick" (mouse:left-button-down, mouse:left-button-up, mouse:left-button-double-click)?
"
yes It's exactly that :)
I want to move the mouse on the server computer.
the reslution is 1882 X 1048
if you have a track or an example :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2012-10-11
Done.
Version 1.6.0 now supports mouse simulation. See the documentation for instructions:
hello,
I use mce controller to make a remote control with a tablette and it's nice soft congratulation :)
I have 2 question,
1st question :
I use My movies to organise and see resume and info.
how can I do :
1. send myfilms go to mymovies part film
2. send myseries do to mymovies part series (and not myvideos)
I use my movie with 2 part (film/series)
second question :
how I can simulate the mouse movement (if it's possible) to create a part on my tablet to be a mousepad (homemade)
thanks for your help
Hi Angel,
I don't know enough about how My Movies works to be able to help you with those questions. Perhaps someone else reading this can.
As for simulating mouse movement: This is something I've considered adding to MCE Controller but have not yet had a use case to drive it. It should be possible.
Would it be correct that on your client computer that is sending commands to MCE Controller you would write the code to track the 'mouse pad' and send mouse move commands to MCE controller?
Something like "m:x,y" where x and y are the new coordinates? You'd need to know the screen resolution on the "server". I suppose you'd also want click events too like "m:lb-down", "m:lb-up", and "m:lb-dclick" (mouse:left-button-down, mouse:left-button-up, mouse:left-button-double-click)?
hello,
thanks for reply :)
"Would it be correct that on your client computer that is sending commands to MCE Controller you would write the code to track the 'mouse pad' and send mouse move commands to MCE controller?
Something like "m:x,y" where x and y are the new coordinates? You'd need to know the screen resolution on the "server". I suppose you'd also want click events too like "m:lb-down", "m:lb-up", and "m:lb-dclick" (mouse:left-button-down, mouse:left-button-up, mouse:left-button-double-click)?
"
yes It's exactly that :)
I want to move the mouse on the server computer.
the reslution is 1882 X 1048
if you have a track or an example :)
Done.
Version 1.6.0 now supports mouse simulation. See the documentation for instructions:
http://tig.github.com/mcecontroller/
Let me know how it works for you!