Skip to content

Commit 3e9947f

Browse files
Update specs/NonClientHitTestKind.md
Co-authored-by: David Risney <[email protected]>
1 parent f93bf05 commit 3e9947f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/NonClientHitTestKind.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ else if (m.msg >= WM_MOUSEFIRST && m.msg <= WM_MOUSELAST || m.msg == WM_NCRBUTTO
159159
typedef enum COREWEBVIEW2_HIT_TEST_RESULT {
160160
/// A hit test region in the WebView2 which has the CSS style `app-region: drag` set. Web content should use this CSS style to identify regions that should be treated like the app window's title bar. This has the same value as the Win32 HTCAPTION constant.
161161
COREWEBVIEW2_HIT_TEST_RESULT_CAPTION = 2,
162-
/// For regions in the WV which don't have the CSS style 'app-region: drag' set
162+
/// A hit test region in the WebView2 which does not have the CSS style `app-region: drag` set. This is normal web content that should not be considered part of the app window's title bar. This has the same value as the Win32 HTCLIENT constant.
163163
COREWEBVIEW2_HIT_TEST_RESULT_CLIENT,
164164
/// Out of bounds of the app window
165165
COREWEBVIEW2_HIT_TEST_RESULT_NONE = 0

0 commit comments

Comments
 (0)