Skip to content

Commit

Permalink
Add HDHITTESTINFO
Browse files Browse the repository at this point in the history
  • Loading branch information
lxn committed Nov 28, 2019
1 parent 2e40b13 commit 2da648f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions header.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ type HDLAYOUT struct {
Pwpos *WINDOWPOS
}

type HDHITTESTINFO struct {
Pt POINT
Flags uint32
IItem int32
}

const (
HDI_WIDTH = 0x0001
HDI_HEIGHT = HDI_WIDTH
Expand Down

0 comments on commit 2da648f

Please sign in to comment.