Help! C++ Click Function

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Snipabullet
    New Member
    • Apr 2007
    • 2

    Help! C++ Click Function

    I need help if anyone knows how I can make a click function like on click();
    because i need to amplify a mouse click to 50 mouse clicks for something. Can anyone help me??? please!
  • Snipabullet
    New Member
    • Apr 2007
    • 2

    #2
    It's windows OS btw!!!

    Comment

    • Banfa
      Recognized Expert Expert
      • Feb 2006
      • 9067

      #3
      Do you really need to do 50 actual clicks per real click or can you just do the underlying operation 50 time for a single click?

      Comment

      Working...