forked from len0rd/rockbox
Add widgets to android port.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29170 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e9749d1b93
commit
c0c769c5a8
37 changed files with 771 additions and 5 deletions
|
|
@ -147,5 +147,5 @@ public class RockboxFramebuffer extends View
|
|||
private native void post_update_done();
|
||||
private native void set_lcd_active(int active);
|
||||
private native void touchHandler(boolean down, int x, int y);
|
||||
private native boolean buttonHandler(int keycode, boolean state);
|
||||
private native static boolean buttonHandler(int keycode, boolean state);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue