|
Rank: Newbie Groups: Member
Joined: 7/12/2016 Posts: 2
|
The MouseEventType enum in the SendMouseEvent method supports only Click, Move and Wheel. Click works fine.
I didn't find any option to send fundamental mouse events like MouseDown, MouseMove, MouseUp.
I have to use these in a project that uses off-screen rendering.
How can I emulate these mouse events or the alternative touch events?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
We do not support mouse down and mouse up yet. We will add it in our next build.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 7/12/2016 Posts: 2
|
Thank you.
According to the change log new builds come approximately on a weekly basis. Based on our project schedule we can wait about two weeks before making final decision on the component we are going to use. I will keep an eye on the new releases.
If and when needed, please help renewing the trial period. Thanks again.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
I believe this will be out in our weekly update tomorrow. If anything changes I will let you know.
Thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
This is just to let you know that the new build is out. You can download it from our download page. In the new build the MouseEventType contains two additional value: Up and Down. You can use those two values to send mouse down and up event.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 4/6/2015 Posts: 33
|
What about MouseHover, MouseEnter, MouseLeave? Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
JavaScript does not have MouseHover event. MouseEnter and MouseLeave event can not be sent directly --- they are derived from MouseMove event.
Thanks!
|
|