<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.computercraft.info/wiki/index.php?action=history&amp;feed=atom&amp;title=Mouse_up_%28event%29</id>
		<title>Mouse up (event) - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://www.computercraft.info/wiki/index.php?action=history&amp;feed=atom&amp;title=Mouse_up_%28event%29"/>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Mouse_up_(event)&amp;action=history"/>
		<updated>2026-07-11T14:39:41Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Mouse_up_(event)&amp;diff=7069&amp;oldid=prev</id>
		<title>MKlegoman357: Created page with &quot;{{lowercase}} {{Event |name=mouse_up |desc=Fired when a mouse key (which was pressed while being inside the computer's terminal) is released. If the mouse button is released o...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Mouse_up_(event)&amp;diff=7069&amp;oldid=prev"/>
				<updated>2015-06-28T11:43:10Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{lowercase}} {{Event |name=mouse_up |desc=Fired when a mouse key (which was pressed while being inside the computer&amp;#039;s terminal) is released. If the mouse button is released o...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{lowercase}}&lt;br /&gt;
{{Event&lt;br /&gt;
|name=mouse_up&lt;br /&gt;
|desc=Fired when a mouse key (which was pressed while being inside the computer's terminal) is released. If the mouse button is released outside of the computer's display the event is fired as soon as the mouse hovers over the display again.&lt;br /&gt;
|return1=The mouse button that was clicked. Left Mouse Button is returned as the number 1, Right Mouse Button is returned as the number 2 and Middle Mouse Button is returned as the number 3&lt;br /&gt;
|return2=The X-coordinate of the release (in screen-characters).&lt;br /&gt;
|return3=The Y-coordinate of the release (in screen-characters).&lt;br /&gt;
|examples=&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Print every button, x and y coordinates of every mouse_up event.&lt;br /&gt;
|code=&lt;br /&gt;
 while true do&lt;br /&gt;
   local event, button, x, y = '''[[os.pullEvent]]( &amp;quot;mouse_up&amp;quot; )'''&lt;br /&gt;
   &lt;br /&gt;
   [[print]]( &amp;quot;The mouse button &amp;quot;, button, &amp;quot; was released at &amp;quot;, x, &amp;quot; and &amp;quot;, y )&lt;br /&gt;
 end&lt;br /&gt;
|output=The button that was released, followed by the X and Y position of where it was released.&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>MKlegoman357</name></author>	</entry>

	</feed>