Skip to content

Commit

Permalink
sv6c support
Browse files Browse the repository at this point in the history
  • Loading branch information
husano896 committed Dec 4, 2021
1 parent 41ef7ba commit 579770c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mouse2Key_SDVX_Cloud

Mouse2Key for SDVX Cloud
Mouse2Key for SDVX Cloud (Now with EG Support)

Q / W for Left Knob(X-Axis)
O / P for Right Knob(X-Axis)
Expand Down
6 changes: 2 additions & 4 deletions mouse2key.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ void main_process()
GetCursorPos(&CursorPos);

/*
Virtual Key
Virtual Key
MSDN : https://msdn.microsoft.com/zh-tw/library/windows/desktop/dd375731%28v=vs.85%29.aspx
*/

Expand Down Expand Up @@ -96,9 +96,7 @@ int main(int argc, char **argv)
}

//Note for English
cout << "Mouse to key for SDVX VI Cloud by xFly" << endl
<< "xFly.Dragon" << endl
<< endl;
cout << "Mouse to key for SDVX VI Cloud by xFly (https://www.facebook.com/xFly.Dragon)" << endl;
cout << "Current check delay : " << delay << " ms" << endl;
cout << "Q/W For Left Analog Device & O/P For Right Analog Device" << endl;
cout << "You can open the game now." << endl;
Expand Down

0 comments on commit 579770c

Please sign in to comment.