<?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[Linke obere ecke des anwendungsbereichs.]]></title><description><![CDATA[<p>Hallo!<br />
Ich wollte herausfinden ob ein klick auf die linke obere drittel des anwendungsbereiches stattgefundne hat.<br />
Eigentlich wollte ich das so machen:</p>
<pre><code class="language-cpp">case WM_LBUTTONDOWN:
		  x = LOWORD(lParam);
		  y = HIWORD(lParam);
          if(x &lt; rect.right / 3 &amp;&amp; y &lt; rect.bottom / 3)
		      reagieren
</code></pre>
<p>aber es funktioniert nicht. Weiß einer woran das liegt?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/220553/linke-obere-ecke-des-anwendungsbereichs</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 14:01:00 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/220553.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 18 Aug 2008 04:10:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Linke obere ecke des anwendungsbereichs. on Mon, 18 Aug 2008 04:10:29 GMT]]></title><description><![CDATA[<p>Hallo!<br />
Ich wollte herausfinden ob ein klick auf die linke obere drittel des anwendungsbereiches stattgefundne hat.<br />
Eigentlich wollte ich das so machen:</p>
<pre><code class="language-cpp">case WM_LBUTTONDOWN:
		  x = LOWORD(lParam);
		  y = HIWORD(lParam);
          if(x &lt; rect.right / 3 &amp;&amp; y &lt; rect.bottom / 3)
		      reagieren
</code></pre>
<p>aber es funktioniert nicht. Weiß einer woran das liegt?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1566677</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1566677</guid><dc:creator><![CDATA[WM_LBUTTONDOWN]]></dc:creator><pubDate>Mon, 18 Aug 2008 04:10:29 GMT</pubDate></item><item><title><![CDATA[Reply to Linke obere ecke des anwendungsbereichs. on Mon, 18 Aug 2008 06:01:13 GMT]]></title><description><![CDATA[<p>hast du das rect denn definiert?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1566686</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1566686</guid><dc:creator><![CDATA[Skym0sh0]]></dc:creator><pubDate>Mon, 18 Aug 2008 06:01:13 GMT</pubDate></item><item><title><![CDATA[Reply to Linke obere ecke des anwendungsbereichs. on Mon, 18 Aug 2008 06:25:29 GMT]]></title><description><![CDATA[<p>Das wäre aber wohl eher das linke, obere Neuntel, oder? Klappt es denn auch nicht, wenn du in die oberste, linkeste (gibt es das Wort?! <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /> ) Ecke klickst?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1566693</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1566693</guid><dc:creator><![CDATA[_matze]]></dc:creator><pubDate>Mon, 18 Aug 2008 06:25:29 GMT</pubDate></item></channel></rss>