mirror of
https://github.com/mauiaaron/apple2.git
synced 2026-04-22 08:16:56 +00:00
Allow super twitchy touch joystick
This commit is contained in:
@@ -275,6 +275,8 @@ static void _subvariant_touchMove(subvariant_s *subvariant, int dx, int dy, bool
|
||||
subvariant->scancodes[REPEAT_IDX_B] = -1;
|
||||
subvariant->isShifted[REPEAT_IDX_A] = subvariant->rosetteShift[ROSETTE_CENTER];
|
||||
subvariant->isShifted[REPEAT_IDX_B] = -1;
|
||||
} else {
|
||||
// ambiguous, possibly jitter, or user is beginning to swipe to octant ...
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user