<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Lazarus - How to get the mouse X,Y position - Delphi, Lazarus, Free Pascal				            </title>
            <link>https://www.tweaking4all.com/forum/delphi-lazarus-free-pascal/lazarus-how-to-get-the-mouse-xy-position/</link>
            <description>Tweaking4All.com Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 22 Apr 2026 21:38:29 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Lazarus - How to get the mouse X,Y position</title>
                        <link>https://www.tweaking4all.com/forum/delphi-lazarus-free-pascal/lazarus-how-to-get-the-mouse-xy-position/#post-479</link>
                        <pubDate>Tue, 07 Aug 2018 05:14:07 +0000</pubDate>
                        <description><![CDATA[To determine where you mouse is currently (absoluut position on your screen!), try this using Mouse.CursorPos.X and Mouse.CursorPos.Y.Note: this will be the position on the screen, so it wil...]]></description>
                        <content:encoded><![CDATA[<p>To determine where you mouse is currently (absoluut position on your screen!), try this using <b>Mouse.CursorPos.X </b>and <b>Mouse.CursorPos.Y</b>.</p><p>Note: this will be the position on the screen, so it will NOT be related to your form!</p><pre>showmessage(format('X: %d, Y: %d', ));</pre>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/delphi-lazarus-free-pascal/">Delphi, Lazarus, Free Pascal</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/delphi-lazarus-free-pascal/lazarus-how-to-get-the-mouse-xy-position/#post-479</guid>
                    </item>
							        </channel>
        </rss>
		