<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://ubersoft.org/Sputnik/wiki/skins/common/feed.css?301"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
		<id>http://ubersoft.org/Sputnik/wiki/index.php?action=history&amp;feed=atom&amp;title=Core_Function_MouseClick</id>
		<title>Core Function MouseClick - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://ubersoft.org/Sputnik/wiki/index.php?action=history&amp;feed=atom&amp;title=Core_Function_MouseClick"/>
		<link rel="alternate" type="text/html" href="http://ubersoft.org/Sputnik/wiki/index.php?title=Core_Function_MouseClick&amp;action=history"/>
		<updated>2026-04-12T14:46:32Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.17.0</generator>

	<entry>
		<id>http://ubersoft.org/Sputnik/wiki/index.php?title=Core_Function_MouseClick&amp;diff=5202&amp;oldid=prev</id>
		<title>UberFoX: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://ubersoft.org/Sputnik/wiki/index.php?title=Core_Function_MouseClick&amp;diff=5202&amp;oldid=prev"/>
				<updated>2015-06-14T12:38:30Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 12:38, 14 June 2015&lt;/td&gt;
		&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>UberFoX</name></author>	</entry>

	<entry>
		<id>http://ubersoft.org/Sputnik/wiki/index.php?title=Core_Function_MouseClick&amp;diff=5201&amp;oldid=prev</id>
		<title>UberFoX: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://ubersoft.org/Sputnik/wiki/index.php?title=Core_Function_MouseClick&amp;diff=5201&amp;oldid=prev"/>
				<updated>2014-08-11T21:40:33Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 21:40, 11 August 2014&lt;/td&gt;
		&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>UberFoX</name></author>	</entry>

	<entry>
		<id>http://ubersoft.org/Sputnik/wiki/index.php?title=Core_Function_MouseClick&amp;diff=609&amp;oldid=prev</id>
		<title>UberFoX: Created page with &quot;&lt;pre&gt; MouseClick ( &lt;button&gt;, &lt;x&gt;, &lt;y&gt;, &lt;clicks&gt;, &lt;speed&gt; ) &lt;/pre&gt;  === Description ===  Perform a mouse click operation.  === Parameters ===  ==== button ====  The button to clic...&quot;</title>
		<link rel="alternate" type="text/html" href="http://ubersoft.org/Sputnik/wiki/index.php?title=Core_Function_MouseClick&amp;diff=609&amp;oldid=prev"/>
				<updated>2011-11-26T12:33:33Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;pre&amp;gt; MouseClick ( &amp;lt;button&amp;gt;, &amp;lt;x&amp;gt;, &amp;lt;y&amp;gt;, &amp;lt;clicks&amp;gt;, &amp;lt;speed&amp;gt; ) &amp;lt;/pre&amp;gt;  === Description ===  Perform a mouse click operation.  === Parameters ===  ==== button ====  The button to clic...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
MouseClick ( &amp;lt;button&amp;gt;, &amp;lt;x&amp;gt;, &amp;lt;y&amp;gt;, &amp;lt;clicks&amp;gt;, &amp;lt;speed&amp;gt; )&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
Perform a mouse click operation.&lt;br /&gt;
&lt;br /&gt;
=== Parameters ===&lt;br /&gt;
&lt;br /&gt;
==== button ====&lt;br /&gt;
&lt;br /&gt;
The button to click: &amp;quot;left&amp;quot;, &amp;quot;right&amp;quot;, &amp;quot;middle&amp;quot;, &amp;quot;main&amp;quot;, &amp;quot;menu&amp;quot;, &amp;quot;primary&amp;quot;, &amp;quot;secondary&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== x ====&lt;br /&gt;
&lt;br /&gt;
Optional; The x coordinate to move the mouse to. If no x is given, the current position is used.&lt;br /&gt;
&lt;br /&gt;
==== y ====&lt;br /&gt;
&lt;br /&gt;
Optional; The y coordinate to move the mouse to. If no y is given, the current position is used.&lt;br /&gt;
&lt;br /&gt;
==== clicks ====&lt;br /&gt;
&lt;br /&gt;
Optional; The number of times to click the mouse. Default is 1.&lt;br /&gt;
&lt;br /&gt;
==== speed ====&lt;br /&gt;
&lt;br /&gt;
Optional; The speed to move the mouse in the range 1 (fastest) to 100 (slowest).&lt;br /&gt;
&lt;br /&gt;
A speed of 0 will move the mouse instantly.&lt;br /&gt;
&lt;br /&gt;
Default speed is 10.&lt;br /&gt;
&lt;br /&gt;
=== Return Value ===&lt;br /&gt;
&lt;br /&gt;
None&lt;br /&gt;
&lt;br /&gt;
=== Remarks ===&lt;br /&gt;
&lt;br /&gt;
If the button is an empty string, the left button will be clicked.&lt;br /&gt;
&lt;br /&gt;
If the button is not in the list, then an exception will occur.&lt;br /&gt;
&lt;br /&gt;
If the user has swapped the left and right mouse buttons in the control panel, then the behaviour of the buttons is different. &amp;quot;Left&amp;quot; and &amp;quot;right&amp;quot; always click those buttons, whether the buttons are swapped or not. The &amp;quot;primary&amp;quot; or &amp;quot;main&amp;quot; button will be the main click, whether or not the buttons are swapped. The &amp;quot;secondary&amp;quot; or &amp;quot;menu&amp;quot; buttons will usually bring up the context menu, whether the buttons are swapped or not.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Button 		Normal 		Swapped &lt;br /&gt;
&amp;quot;&amp;quot; 		Left 		Left &lt;br /&gt;
&amp;quot;left&amp;quot; 		Left		Left &lt;br /&gt;
&amp;quot;middle&amp;quot; 	Middle 		Middle &lt;br /&gt;
&amp;quot;right&amp;quot; 	Right 		Right &lt;br /&gt;
&amp;quot;primary&amp;quot; 	Left 		Right &lt;br /&gt;
&amp;quot;main&amp;quot; 		Left 		Right &lt;br /&gt;
&amp;quot;secondary&amp;quot; 	Right 		Left &lt;br /&gt;
&amp;quot;menu&amp;quot; 		Right 		Left &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;sputnik&amp;quot;&amp;gt;&lt;br /&gt;
// Double click at the current mouse pos&lt;br /&gt;
MouseClick(&amp;quot;left&amp;quot;);&lt;br /&gt;
MouseClick(&amp;quot;left&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
// Double click at 0,500&lt;br /&gt;
MouseClick(&amp;quot;left&amp;quot;, 0, 500, 2);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Core Function]]&lt;/div&gt;</summary>
		<author><name>UberFoX</name></author>	</entry>

	</feed>