mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-17 17:00:29 +02:00
Fixed error in mouse key processing, mouse right click works, mouseQX/QY updated.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user