0

The question is pretty well represented in the title, but is it possible to do this within Javascript or is this more of an OS feature?

To be clear, I want to simulate the firing of a left mouse click, not just a random mouse click indexed as 0, 1, 2, because I want the functionality of left click. I also need access to mousedown and mouseup and not just a click as a whole action.

The difference is I want to actually fire a left mousedown and left mouse up, and not just detect it.

muiiu
  • 507
  • 1
  • 4
  • 11
  • This is somewhat possible. – SLaks Aug 05 '13 at 20:21
  • Might help http://stackoverflow.com/questions/4235426/how-can-i-capture-the-right-click-event-in-javascript – Malcolm Aug 05 '13 at 20:23
  • 2
    possible duplicate of [Is right click a Javascript event?](http://stackoverflow.com/questions/2405771/is-right-click-a-javascript-event) – freakish Aug 05 '13 at 20:24
  • Thanks, I'll take a look and get back to you guys. – muiiu Aug 05 '13 at 20:29
  • 2
    DUPLICATE OF: http://stackoverflow.com/questions/6988484/how-can-i-make-a-right-click-behave-as-a-left-click-for-the-purpose-of-selecting – Aaron Aug 05 '13 at 20:33

0 Answers0