Skip to content

Commit

Permalink
Improved speed and start area for edge scrolling to make it more cont…
Browse files Browse the repository at this point in the history
…rolable
  • Loading branch information
zakkudo committed Jan 26, 2015
1 parent e720eee commit f4bd0ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ir.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
#define IR_AVG_WEIGHT 3
#define IR_DEADZONE_BORDER 0
#define IR_CONTINUOUS_SCROLL_BORDER_X 300
#define IR_CONTINUOUS_SCROLL_BORDER_Y 50
#define IR_CONTINUOUS_SCROLL_MAX_X 4
#define IR_CONTINUOUS_SCROLL_MAX_Y 2
#define IR_CONTINUOUS_SCROLL_BORDER_Y 150
#define IR_CONTINUOUS_SCROLL_MAX_X 5
#define IR_CONTINUOUS_SCROLL_MAX_Y 3
#define IR_MIN_Y 0
#define IR_MAX_Y 767
#define IR_MIN_X 0
Expand Down

0 comments on commit f4bd0ad

Please sign in to comment.