Fixed error in mouse key processing, mouse right click works, mouseQX/QY updated.

This commit is contained in:
Justin Marshall
2020-06-04 11:27:01 -07:00
parent 9e78a9f986
commit 5f0ca2d192
2 changed files with 15 additions and 6 deletions
+2 -2
View File
@@ -89,8 +89,8 @@ class WWKeyboardClass
/* Define the public access variables which are used with the */
/* Keyboard Class. */
/*===================================================================*/
int MouseQX;
int MouseQY;
//int MouseQX;
//int MouseQY;
unsigned char VKRemap[256]; // gives vk for any ascii char
private: