mirror of
https://github.com/dschmenk/apple2pi.git
synced 2024-11-24 12:31:30 +00:00
Adjust mouse acceleration (again)
This commit is contained in:
parent
32be3492c3
commit
482d2006c5
@ -308,8 +308,8 @@ int scancode[256] = {
|
|||||||
MOD_SHIFT | KEY_GRAVE, // ~ code 7E
|
MOD_SHIFT | KEY_GRAVE, // ~ code 7E
|
||||||
KEY_DELETE // DELETE code 7F
|
KEY_DELETE // DELETE code 7F
|
||||||
};
|
};
|
||||||
int accel[32] = { 0, 1, 4, 8, 8, 8, 8, 8, 8, 9, 10, 11, 12, 13, 14, 15
|
int accel[32] = { 0, 1, 4, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20
|
||||||
-16, -15, -14, -13, -12, -11, -10, -9, -8, -8, -8, -8, -8, -8, -4, -1};
|
-21, -20, -19, -18, -17, -16, -15, -14, -13, -12, -11, -10, -9, -8, -4, -1};
|
||||||
volatile int stop = FALSE, isdaemon = FALSE;
|
volatile int stop = FALSE, isdaemon = FALSE;
|
||||||
struct input_event evkey, evrelx, evrely, evsync;
|
struct input_event evkey, evrelx, evrely, evsync;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user