Skip to content

Commit f93bf05

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

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
@@ -157,7 +157,7 @@ else if (m.msg >= WM_MOUSEFIRST && m.msg <= WM_MOUSELAST || m.msg == WM_NCRBUTTO
157157
/// This enum contains values representing possible regions a given
158158
/// point lies within
159159
typedef enum COREWEBVIEW2_HIT_TEST_RESULT {
160-
/// For regions in the WV which have the CSS style 'app-region: drag' set
160+
/// 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,
162162
/// For regions in the WV which don't have the CSS style 'app-region: drag' set
163163
COREWEBVIEW2_HIT_TEST_RESULT_CLIENT,

0 commit comments

Comments
 (0)