Quote:
Originally Posted by jesse_pinkman
Now not, i prefer click, not press key because everyone have different key..
|
hey there, you can set settings for the user to configure his buttons. xriddi had a very effective system. he used strings and put there buttons. for example add in variables..... firekey, repkey : string; and then for settings........
firekey := 'f' repkey := 'q' //////of course user can change them.......
and using them in procedures instead of clicks...........
if findcolor(x, y, color, "autodefined position of attack or rep button")=true) then
begin
typekeys(firekey); or typekeys(repkey);
and then all the bla bla thing