<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Abfrage Mauseinstellungen]]></title><description><![CDATA[<p>Hallo Zusammen,<br />
ist es möglich von Windows 2000 / XP zu erfahren welcher Maustyp eingestellt ist : Rechts oder Linkshänder Maus ?</p>
<p>Hintergrund ist folgender :<br />
Es geht darum einen Mausklick zu simulieren, leider muss auf einem Linkshänder System dazu der andere Button simuliert werden.Wie stell ich fest welchen Button ich für einen links Klick simulieren muss ?</p>
<p>Zur simulation benutz ich bisher folgendes</p>
<pre><code class="language-cpp">mouse_event (MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0);
    mouse_event (MOUSEEVENTF_LEFTUP, 0, 0, 0, 0);
</code></pre>
<p>Danke,<br />
gruß<br />
Marcus</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/199127/abfrage-mauseinstellungen</link><generator>RSS for Node</generator><lastBuildDate>Tue, 07 Apr 2026 17:00:43 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/199127.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 29 Nov 2007 09:13:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Abfrage Mauseinstellungen on Thu, 29 Nov 2007 09:13:01 GMT]]></title><description><![CDATA[<p>Hallo Zusammen,<br />
ist es möglich von Windows 2000 / XP zu erfahren welcher Maustyp eingestellt ist : Rechts oder Linkshänder Maus ?</p>
<p>Hintergrund ist folgender :<br />
Es geht darum einen Mausklick zu simulieren, leider muss auf einem Linkshänder System dazu der andere Button simuliert werden.Wie stell ich fest welchen Button ich für einen links Klick simulieren muss ?</p>
<p>Zur simulation benutz ich bisher folgendes</p>
<pre><code class="language-cpp">mouse_event (MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0);
    mouse_event (MOUSEEVENTF_LEFTUP, 0, 0, 0, 0);
</code></pre>
<p>Danke,<br />
gruß<br />
Marcus</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1412037</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1412037</guid><dc:creator><![CDATA[UserMarcus]]></dc:creator><pubDate>Thu, 29 Nov 2007 09:13:01 GMT</pubDate></item><item><title><![CDATA[Reply to Abfrage Mauseinstellungen on Thu, 29 Nov 2007 09:58:47 GMT]]></title><description><![CDATA[<p>Schau dir mal GetSystemMetrics an. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1412082</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1412082</guid><dc:creator><![CDATA[estartu]]></dc:creator><pubDate>Thu, 29 Nov 2007 09:58:47 GMT</pubDate></item><item><title><![CDATA[Reply to Abfrage Mauseinstellungen on Thu, 29 Nov 2007 09:58:51 GMT]]></title><description><![CDATA[<p>SystemParametersInfo / SPI_GETMOUSEKEYS<br />
<a href="http://msdn2.microsoft.com/en-us/library/ms724947.aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/ms724947.aspx</a><br />
MOUSEKEYS<br />
<a href="http://msdn2.microsoft.com/en-us/library/ms695633.aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/ms695633.aspx</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1412083</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1412083</guid><dc:creator><![CDATA[Martin Richter]]></dc:creator><pubDate>Thu, 29 Nov 2007 09:58:51 GMT</pubDate></item><item><title><![CDATA[Reply to Abfrage Mauseinstellungen on Thu, 29 Nov 2007 10:03:58 GMT]]></title><description><![CDATA[<p>Martin Richter schrieb:</p>
<blockquote>
<p>SystemParametersInfo / SPI_GETMOUSEKEYS<br />
<a href="http://msdn2.microsoft.com/en-us/library/ms724947.aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/ms724947.aspx</a><br />
MOUSEKEYS<br />
<a href="http://msdn2.microsoft.com/en-us/library/ms695633.aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/ms695633.aspx</a></p>
</blockquote>
<p>Nur mal aus Neugierde: Was haben die Einstellungen der Tastaturmaus mit der Frage zu tun?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1412089</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1412089</guid><dc:creator><![CDATA[CStoll]]></dc:creator><pubDate>Thu, 29 Nov 2007 10:03:58 GMT</pubDate></item><item><title><![CDATA[Reply to Abfrage Mauseinstellungen on Thu, 29 Nov 2007 10:57:54 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/10318">@CStoll</a>: Upps!</p>
<p>Stimmt Dein Hinweis auf GetSystemMetrics SM_SWAPBUTTON ist korrekt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1412120</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1412120</guid><dc:creator><![CDATA[Martin Richter]]></dc:creator><pubDate>Thu, 29 Nov 2007 10:57:54 GMT</pubDate></item><item><title><![CDATA[Reply to Abfrage Mauseinstellungen on Sun, 02 Dec 2007 20:40:36 GMT]]></title><description><![CDATA[<p>Okay, vielen Dank, werde ich gleich umsetzen.</p>
<p>Gruß<br />
Marcus</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1413973</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1413973</guid><dc:creator><![CDATA[UserMarcus]]></dc:creator><pubDate>Sun, 02 Dec 2007 20:40:36 GMT</pubDate></item></channel></rss>