Difference between revisions of "RoM Click in foreground"

From SolarStrike wiki
Jump to: navigation, search
(use left/ right click)
Line 11: Line 11:
 
       player:mouseclickR(w, x, y, z);
 
       player:mouseclickR(w, x, y, z);
  
 +
(edit by darknero)
  
 
== call the window to foreground  ==
 
== call the window to foreground  ==
 
       showWindow(getWin(), sw.show);
 
       showWindow(getWin(), sw.show);

Revision as of 10:46, 5 April 2010

Heres a thread about foreground mouse clicking. someone should make this a micromacro dll extension, and make the wiki better.

link


use left/ right click

left click

     player:mouseclickL(w, x, y, z);

right click

     player:mouseclickR(w, x, y, z);

(edit by darknero)

call the window to foreground

     showWindow(getWin(), sw.show);