mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Wheel acceleration for e200. A general acceleration interface intended for use on any scroll target and by any code. A general interface to obtain data associated with most recently dequeued button presses and actions. Use #define HAVE_SCROLLWHEEL and set appropriate constants, values in the scroller driver that feel right.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13959 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3213d4a0f5
commit
873e0fd1ef
11 changed files with 168 additions and 30 deletions
|
|
@ -10955,12 +10955,15 @@
|
|||
desc: Delay before list starts accelerating
|
||||
user:
|
||||
<source>
|
||||
e200: ""
|
||||
*: "List Acceleration Start Delay"
|
||||
</source>
|
||||
<dest>
|
||||
e200: ""
|
||||
*: "List Acceleration Start Delay"
|
||||
</dest>
|
||||
<voice>
|
||||
e200: ""
|
||||
*: "List Acceleration Start Delay"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
@ -10969,12 +10972,15 @@
|
|||
desc: list acceleration speed
|
||||
user:
|
||||
<source>
|
||||
e200: ""
|
||||
*: "List Acceleration Speed"
|
||||
</source>
|
||||
<dest>
|
||||
e200: ""
|
||||
*: "List Acceleration Speed"
|
||||
</dest>
|
||||
<voice>
|
||||
e200: ""
|
||||
*: "List Acceleration Speed"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue