mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-30 04:50:11 +08:00
[fix] fix mouse wheel mapping on Windows
This commit is contained in:
@@ -28,9 +28,9 @@ typedef enum {
|
||||
} MouseFlag;
|
||||
typedef enum { key_down = 0, key_up } KeyFlag;
|
||||
typedef struct {
|
||||
size_t x;
|
||||
size_t y;
|
||||
size_t s;
|
||||
int x;
|
||||
int y;
|
||||
int s;
|
||||
MouseFlag flag;
|
||||
} Mouse;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user