Skip to content

Commit

Permalink
Add test code for DirectInput Key Hook.
Browse files Browse the repository at this point in the history
Signed-off-by: Melvin Li <[email protected]>
  • Loading branch information
Zalafina committed Feb 16, 2021
1 parent ef61d73 commit d956e73
Show file tree
Hide file tree
Showing 7 changed files with 198 additions and 43 deletions.
2 changes: 1 addition & 1 deletion QKeyMapper/QKeyMapper.pro
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ LIBS += -L$$PWD/win_lib/x64
# Win x86 libs
LIBS += -L$$PWD/win_lib/x86
}
LIBS += User32.lib Psapi.lib
LIBS += User32.lib Psapi.lib dinput8.lib dxguid.lib

contains( DEFINES, ADJUST_PRIVILEGES ) {
LIBS += AdvAPI32.Lib
Expand Down
Loading

0 comments on commit d956e73

Please sign in to comment.