<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/PL/onClientMouseLeave?action=history&amp;feed=atom</id>
	<title>PL/onClientMouseLeave - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/PL/onClientMouseLeave?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=PL/onClientMouseLeave&amp;action=history"/>
	<updated>2026-05-17T10:30:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=PL/onClientMouseLeave&amp;diff=48492&amp;oldid=prev</id>
		<title>ThePiotrek: Created page with &quot;{{PL/Client event}} __NOTOC__  To zdarzenie jest wywoływane kiedy gracz zjedzie myszką z elementu GUI.  ==Parametry==  &lt;syntaxhighlight lang=&quot;lua&quot;&gt; int absoluteX, int absoluteY, element en...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=PL/onClientMouseLeave&amp;diff=48492&amp;oldid=prev"/>
		<updated>2016-07-22T10:40:20Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{PL/Client event}} __NOTOC__  To zdarzenie jest wywoływane kiedy gracz zjedzie myszką z elementu GUI.  ==Parametry==  &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt; int absoluteX, int absoluteY, element en...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{PL/Client event}}&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
To zdarzenie jest wywoływane kiedy gracz zjedzie myszką z elementu GUI.&lt;br /&gt;
&lt;br /&gt;
==Parametry== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
int absoluteX, int absoluteY, element enteredGUI&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
* '''absoluteX''':  pozycja X kursora, w pikselach, liczona od lewej strony ekranu&lt;br /&gt;
* '''absoluteY''':  pozycja Y kursora, w pikselach, liczona od góry ekranu&lt;br /&gt;
* '''enteredGUI''': element GUI z którego przełączono&lt;br /&gt;
&lt;br /&gt;
==Źródło==&lt;br /&gt;
[[event system#Event source|Źródłem]] tego zdarzenia jest element GUI z którego zjechała myszka.&lt;br /&gt;
&lt;br /&gt;
==Przykład== &lt;br /&gt;
Ten przykład wyświetla informację na czacie kiedy zjedziesz z elementu GUI&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
addEventHandler(&amp;quot;onClientMouseLeave&amp;quot;, getRootElement(), function(aX, aY)&lt;br /&gt;
    outputChatBox(&amp;quot;Twoja myszka nie jest już na elemencie GUI na (&amp;quot; .. tostring(aX) .. &amp;quot;, &amp;quot; .. tostring(aY) .. &amp;quot;)&amp;quot;)&lt;br /&gt;
end)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[en:onClientMouseLeave]]&lt;br /&gt;
&lt;br /&gt;
==Zobacz także==&lt;br /&gt;
===Zdarzenia GUI===&lt;br /&gt;
{{GUI_events}}&lt;br /&gt;
===Funkcje zdarzeń po stronie klienta===&lt;br /&gt;
{{Client_event_functions}}&lt;/div&gt;</summary>
		<author><name>ThePiotrek</name></author>
	</entry>
</feed>