mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
keyboard.c Use viewports, move text box pos
allows items to be moved around with less code changes remove scrolling I was not overly impressed with it add test_kbd plugin Change-Id: Ic183c7221bda9405891632704f3a7bbfd79bfe83
This commit is contained in:
parent
bf3e67204c
commit
d1be73cfc0
5 changed files with 205 additions and 27 deletions
|
@ -19,6 +19,7 @@ stopwatch.lua
|
|||
|
||||
|
||||
#ifdef HAVE_TEST_PLUGINS /* enable in advanced build options */
|
||||
test_kbd.c
|
||||
test_fps.c
|
||||
#ifdef HAVE_ADJUSTABLE_CPU_FREQ
|
||||
test_boost.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue