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!