mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 12:36:51 +03:00
Fix comment about direction 8 in the gesture core.
svn path=/trunk/netsurf/; revision=2612
This commit is contained in:
parent
8a86b6b2b4
commit
a8ebc5ba5a
@ -245,7 +245,7 @@ static struct {
|
||||
{ M_PI_8, M_3_PI_8, true, true, '6' }, /* Down/Left */
|
||||
{ M_3_PI_8, INFINITY, true, true, '7' }, /* Down */
|
||||
{ M_3_PI_8, INFINITY, false, true, '7' }, /* Down */
|
||||
{ M_PI_8, M_3_PI_8, false, true, '8' }, /* Up/Right */
|
||||
{ M_PI_8, M_3_PI_8, false, true, '8' }, /* Down/Right */
|
||||
{ 0.0, M_PI_8, false, true, '1' } /* Right */
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user