Skip to content

Commit 2da648f

Browse files
committed
Add HDHITTESTINFO
1 parent 2e40b13 commit 2da648f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

header.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ type HDLAYOUT struct {
2929
Pwpos *WINDOWPOS
3030
}
3131

32+
type HDHITTESTINFO struct {
33+
Pt POINT
34+
Flags uint32
35+
IItem int32
36+
}
37+
3238
const (
3339
HDI_WIDTH = 0x0001
3440
HDI_HEIGHT = HDI_WIDTH

0 commit comments

Comments
 (0)