<?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[TShiftState]]></title><description><![CDATA[<p>Wie benutze ich den TShiftState bei MouseDown?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/174222/tshiftstate</link><generator>RSS for Node</generator><lastBuildDate>Fri, 14 Aug 2026 17:20:32 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/174222.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 24 Feb 2007 09:46:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to TShiftState on Sat, 24 Feb 2007 09:46:46 GMT]]></title><description><![CDATA[<p>Wie benutze ich den TShiftState bei MouseDown?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1234519</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1234519</guid><dc:creator><![CDATA[Jakel]]></dc:creator><pubDate>Sat, 24 Feb 2007 09:46:46 GMT</pubDate></item><item><title><![CDATA[Reply to TShiftState on Sat, 24 Feb 2007 09:57:56 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">if(Shift.Contains(ssLeft))
    doSomething();
</code></pre>
<p>Steht übrigens alles in der Hilfe ...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1234521</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1234521</guid><dc:creator><![CDATA[Christian Sonder]]></dc:creator><pubDate>Sat, 24 Feb 2007 09:57:56 GMT</pubDate></item></channel></rss>