Skip to content

Commit 192c39a

Browse files
committed
fix keyboard to trackpad release action
1 parent ee3689f commit 192c39a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Joy2OpenVR/Main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,7 @@ namespace
699699
{
700700
case 0:
701701
lastcmd = "trackpad "+cnum+" released";
702+
executeCommandLine("client_commandline.exe axisevent " + id + " 0 0 0", exitCode);
702703
executeCommandLine("client_commandline.exe buttonevent unpress " + id + " 32", exitCode); // touchpad unpressed
703704
break;
704705
case 1:

0 commit comments

Comments
 (0)