Skip to content

Commit

Permalink
Make magnification for clicking even bigger.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelmenges committed Aug 29, 2021
1 parent 2569b1d commit 54f97ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class MagnificationCoordinateAction : public Action
const float DIMMING_VALUE = 0.3f;

// Level of magnification
const float MAGNIFICATION = 0.2f;
const float MAGNIFICATION = 0.15f;

// Fixation duration taken as "perceived" fixation to trigger something
const float FIXATION_DURATION = 0.75f;
Expand Down

0 comments on commit 54f97ef

Please sign in to comment.