Allow negative values for mouse movements
This commit is contained in:
@ -86,7 +86,7 @@ struct queue_item {
|
||||
|
||||
uint16_t consumer;
|
||||
struct __attribute__((packed)) {
|
||||
uint8_t x, y, scroll, pan;
|
||||
int8_t x, y, scroll, pan;
|
||||
} mousemove;
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user