when can i use mouse speed. right now i'm using movemousesmooth because Mouse from srl is too slow for my purposes. will mousespeed make it faster and how many times do i have to set it. also why dosen't srl documentation say anything about it.
when can i use mouse speed. right now i'm using movemousesmooth because Mouse from srl is too slow for my purposes. will mousespeed make it faster and how many times do i have to set it. also why dosen't srl documentation say anything about it.
in you're SRL\SRL.scar it should say MouseSpeed = (nr.); or something alike, set that there, or set in you're mainloop:
MouseSpeed := (nr.);
Ce ne sont que des gueux






MouseSpeed affects the speed at which Mouse and MMouse move the mouse. If you call SetupSRL at the begining of your script MouseSpeed is automatically set to 15. You can change it manually by going MouseSpeed := (a number); The greater the value the faster the mouse speed.
much thanks. ill replace implement mouse into my script now.
There are currently 1 users browsing this thread. (0 members and 1 guests)