We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee3689f commit 192c39aCopy full SHA for 192c39a
Joy2OpenVR/Main.cpp
@@ -699,6 +699,7 @@ namespace
699
{
700
case 0:
701
lastcmd = "trackpad "+cnum+" released";
702
+ executeCommandLine("client_commandline.exe axisevent " + id + " 0 0 0", exitCode);
703
executeCommandLine("client_commandline.exe buttonevent unpress " + id + " 32", exitCode); // touchpad unpressed
704
break;
705
case 1:
0 commit comments