Skip to content

Commit 50d2f4d

Browse files
authored
Merge pull request swiftlang#66895 from STREGA/add-directinput
Add DirectInput
2 parents c8ec463 + 9cc41fa commit 50d2f4d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,13 @@ module WinSDK [system] {
225225

226226
link "xinput.lib"
227227
}
228+
229+
module DirectInput8 {
230+
header "dinput.h"
231+
export *
232+
233+
link "dinput.lib"
234+
}
228235

229236
link "dxguid.lib"
230237
}

0 commit comments

Comments
 (0)