This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to make a mouse autoclicker?

if(radio_data[APP_MOUSE_BUTTONS]==0x09)
        {

}
        else if(radio_data[APP_MOUSE_BUTTONS]==0x0A)
        {

         }


how to modify the button to autoclicker? Thanks!

Parents
  • You still haven't explained what you mean by "autoclick" or "autoclicker" here.

    What, exactly, is the functionality that you require?

    If you can't clearly, precisely, and completely specify what you want an "autoclicker" to do - then you are abviously going to have trouble implementing it!

    Once you have a clear, precise, and comple specification, you should find it easy to implement...

Reply
  • You still haven't explained what you mean by "autoclick" or "autoclicker" here.

    What, exactly, is the functionality that you require?

    If you can't clearly, precisely, and completely specify what you want an "autoclicker" to do - then you are abviously going to have trouble implementing it!

    Once you have a clear, precise, and comple specification, you should find it easy to implement...

Children