Skip to content

Commit a8ea2f2

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

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
@@ -161,7 +161,7 @@ typedef enum COREWEBVIEW2_HIT_TEST_RESULT {
161161
COREWEBVIEW2_HIT_TEST_RESULT_CAPTION = 2,
162162
/// 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,
164-
/// Out of bounds of the app window
164+
/// A hit test region out of bounds of the WebView2.
165165
COREWEBVIEW2_HIT_TEST_RESULT_NONE = 0
166166
} COREWEBVIEW2_HIT_TEST_RESULT;
167167

0 commit comments

Comments
 (0)