Skip to content

Commit

Permalink
Deploying to gh-pages from @ afa3454 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalaci committed Nov 12, 2023
1 parent ec190f6 commit 1cddda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ <h3>set &raquo; module speed divisors</h3>
<ul>

<li><code>caretSpeedDivisor</code>: Distance (in pixels) that needs to be covered to produce one event in caret mode. The higher the value, the slower the caret speed. <code>{value}</code> ranges from <code>1</code> to <code>100</code> and defaults to <code>16</code>.</li>
<li><code>ScrollSpeedDivisor</code>: Distance (in pixels) that needs to be covered to produce one event in scroll mode. The higher the value, the slower the scroll speed. <code>{value}</code> ranges from <code>1</code> to <code>100</code> and defaults to <code>8</code>.</li>
<li><code>scrollSpeedDivisor</code>: Distance (in pixels) that needs to be covered to produce one event in scroll mode. The higher the value, the slower the scroll speed. <code>{value}</code> ranges from <code>1</code> to <code>100</code> and defaults to <code>8</code>.</li>
<li><code>pinchZoomDivisor</code>: Distance (in pixels) that needs to be covered to produce one event while using the touchpad's pinch-to-zoom gesture. The higher the value, the larger gesture is needed for zooming. <code>{value}</code> ranges from <code>1</code> to <code>10</code> and defaults to <code>4</code>.</li>
</ul>
<li><code>{value} float</code>: The range is dependent on <code>{property}</code>.</li>
Expand Down

0 comments on commit 1cddda0

Please sign in to comment.