Skip to content

Commit a5313c2

Browse files
STREGAcompnerd
authored andcommitted
Add DirectInput
1 parent f9a5127 commit a5313c2

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)