Skip to content

Commit

Permalink
Add snapiness.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelmenges committed Apr 17, 2020
1 parent 651e157 commit ca80dfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Browse/Client/content/javascript/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function CefGetPageResolution()
ConsolePrint("#scroll#"+window.scrollX+"#"+window.scrollY+"#");
};
callback();
window.setInterval(callback, 500);
window.setInterval(callback, 250);
})();

if(DOMRectList.prototype.map === undefined)
Expand Down
4 changes: 2 additions & 2 deletions Browse/Client/content/stylesheets/Global.seyegui
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default
// Important threshold values
KeyboardKeySelectionDuration = 1.0
KeyboardZoomSpeedMultiplier = 1.0
SensorPenetrationIncreaseDuration = 4
SensorPenetrationIncreaseDuration = 2
SensorPenetrationDecreaseDuration = 0.5
ButtonThresholdIncreaseDuration = 1
ButtonThresholdDecreaseDuration = 2
Expand All @@ -20,7 +20,7 @@ default
// GazeVisualizationColor = 0xFF820080

// Misc
AnimationDuration = 0.125
AnimationDuration = 0.1
ButtonPressingDuration = 0.3
ButtonHitSound=sounds/GameAudio/ClickWooden-1.ogg
KeyPressSound=sounds/GameAudio/ClickWooden-2.ogg
Expand Down

0 comments on commit ca80dfe

Please sign in to comment.