Skip to content

Commit 0b9cc94

Browse files
refactor: add none modifier to native types (8#4)
1 parent 4c7cf4f commit 0b9cc94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/GlobalHotKeys/NativeTypes.fs

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ type WNDCLASSEX =
4343

4444
[<Flags>]
4545
type Modifiers =
46+
| None = 0x0000
4647
| Alt = 0x0001
4748
| Control = 0x0002
4849
| NoRepeat = 0x4000

0 commit comments

Comments
 (0)