Difference between revisions of "RoM Click in foreground"

From SolarStrike wiki
Jump to: navigation, search
(New page: Heres a thread about foreground mouse clicking. someone should make this a micromacro dll extension, and make the wiki better. [http://www.solarstrike.net/phpBB3/viewtopic.php?f=21&t=521 ...)
 
(use left/ right click)
 
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
[http://www.solarstrike.net/phpBB3/viewtopic.php?f=21&t=521 link]
 
[http://www.solarstrike.net/phpBB3/viewtopic.php?f=21&t=521 link]
 +
 +
 +
== use left/ right click  ==
 +
left click
 +
      player:mouseclickL(w, x, y, z);
 +
 +
right click
 +
      player:mouseclickR(w, x, y, z);
 +
 +
== call the window to foreground  ==
 +
      showWindow(getWin(), sw.show);

Latest revision as of 10:47, 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);

call the window to foreground

     showWindow(getWin(), sw.show);