📄 group__post__event__msgs.htm
字号:
<td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define MSG_HITTEST MSG_NCHITTEST </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Hit test in non-client area. <p><dl compact><dt><b>See also:</b></dt><dd><a class="el" href="group__post__event__msgs.htm#ga36">MSG_NCHITTEST</a> </dd></dl><p>Definition at line <a class="el" href="window_8h-source.htm#l00682">682</a> of file <a class="el" href="window_8h-source.htm">window.h</a>. </td> </tr></table><a class="anchor" name="ga66" doxytag="window.h::MSG_HSCROLL"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define MSG_HSCROLL 0x0042 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Indicates that the user has clicked the horizontal scroll bar. <p>This message is sent to the window procedure when the user has clicked the horizontal scroll bar and changed the position of the thumb.<p><div class="fragment"><pre class="fragment"> <a class="code" href="group__post__event__msgs.htm#ga66">MSG_HSCROLL</a> <span class="keywordtype">int</span> hs_nc = (int)wParam;</pre></div><p><dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>hs_nc</em> </td><td>The scrolling code, can be one of the following values:<ul><li>SB_LINELEFT<br> The user clicked the left arrow on the bar.</li><li>SB_LINERIGHT<br> The user clicked the right arrow on the bar.</li><li>SB_PAGELEFT<br> The user clicked the left page area on the bar.</li><li>SB_PAGERIGHT<br> The user clicked the right page area on the bar.</li><li>SB_THUMBPOSITION<br> The user set a new thumb position.</li><li>SB_THUMBTRACK<br> The user is draging and tracking the thumb.</li><li>SB_ENDSCROLL<br> The end of scrolling. </li></ul></td></tr> </table></dl><p>Definition at line <a class="el" href="window_8h-source.htm#l00899">899</a> of file <a class="el" href="window_8h-source.htm">window.h</a>. </td> </tr></table><a class="anchor" name="ga45" doxytag="window.h::MSG_KILLFOCUS"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define MSG_KILLFOCUS 0x0031 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Indicates that the window has lost the input focus. <p>This message is sent to the window procedure after the window losts the input focus. <p>Definition at line <a class="el" href="window_8h-source.htm#l00782">782</a> of file <a class="el" href="window_8h-source.htm">window.h</a>. </td> </tr></table><a class="anchor" name="ga46" doxytag="window.h::MSG_MOUSEACTIVE"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define MSG_MOUSEACTIVE 0x0032 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Indicates that the window has gained the input focus because the user clicked the window. <p>This message is sent to the window procedure after the user clicked the window and it has gained the input focus. <p>Definition at line <a class="el" href="window_8h-source.htm#l00792">792</a> of file <a class="el" href="window_8h-source.htm">window.h</a>. </td> </tr></table><a class="anchor" name="ga69" doxytag="window.h::MSG_MOUSEMOVEIN"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define MSG_MOUSEMOVEIN 0x0050 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Indicates the mouse is moved in/out the area of the window. <p>This message is posted to the window when the user moves the mouse in/out the area of the window.<p><div class="fragment"><pre class="fragment"> <a class="code" href="group__post__event__msgs.htm#ga69">MSG_MOUSEMOVEIN</a> <a class="code" href="group__simple__types.htm#ga0">BOOL</a> in_out = (<a class="code" href="group__simple__types.htm#ga0">BOOL</a>)wParam;</pre></div><p><dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>in_out</em> </td><td>Indicates whether the mouse has been moved in the window or out the window. </td></tr> </table></dl><p>Definition at line <a class="el" href="window_8h-source.htm#l00960">960</a> of file <a class="el" href="window_8h-source.htm">window.h</a>. </td> </tr></table><a class="anchor" name="ga36" doxytag="window.h::MSG_NCHITTEST"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define MSG_NCHITTEST 0x0021 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Hit test in non-client area. This is an async message. <p><p>Definition at line <a class="el" href="window_8h-source.htm#l00674">674</a> of file <a class="el" href="window_8h-source.htm">window.h</a>. </td> </tr></table><a class="anchor" name="ga68" doxytag="window.h::MSG_NCSETCURSOR"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define MSG_NCSETCURSOR 0x0044 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Sets cursor shape in the non-client area. <p>This message is posted to the window under the cursor when the user moves the mouse in order to give the chance to change the cursor shape. The default handler set the cursor shape to the default cursor of the window. If you set a new cursor shape, your message handler should return immediately.<p><dl compact><dt><b>See also:</b></dt><dd><a class="el" href="group__post__event__msgs.htm#ga1">MSG_SETCURSOR</a> </dd></dl><p>Definition at line <a class="el" href="window_8h-source.htm#l00943">943</a> of file <a class="el" href="window_8h-source.htm">window.h</a>. </td> </tr></table><a class="anchor" name="ga40" doxytag="window.h::MSG_QUERYCLIENTAREA"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define MSG_QUERYCLIENTAREA 0x0024 </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Query client area. <p><p>Definition at line <a class="el" href="window_8h-source.htm#l00697">697</a> of file <a class="el" href="window_8h-source.htm">window.h</a>. </td> </tr></table><a class="anchor" name="ga1" doxytag="window.h::MSG_SETCURSOR"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -