forked from len0rd/rockbox
Grammer corrections
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@468 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f7e476a622
commit
1bd3bc2ed5
1 changed files with 3 additions and 3 deletions
|
@ -49,12 +49,12 @@ Buttons
|
||||||
|
|
||||||
#include <button.h>
|
#include <button.h>
|
||||||
|
|
||||||
These functions work the same unregarding of which keypad you have, but they
|
These functions work the same regardless of which keypad you have, but they
|
||||||
return a different set of values. Note that the Recorder keypad have 10
|
return a different set of values. Note that the Recorder keypad has 10
|
||||||
keys, while the Player keypad only features 6.
|
keys, while the Player keypad only features 6.
|
||||||
|
|
||||||
button_init() init button functions
|
button_init() init button functions
|
||||||
button_get() returns a bitmask for which keys that were pressed
|
button_get() returns a bitmask for which keys were pressed
|
||||||
|
|
||||||
Files
|
Files
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue