forked from len0rd/rockbox
Add a Touchscreen Mode setting to switch between 3x3 grid and absolute point modes. Note that many screens have not yet been adjusted to absolute point mode, so use with caution.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20520 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3adb821ad0
commit
ed1a3355de
7 changed files with 87 additions and 6 deletions
|
|
@ -136,9 +136,6 @@ static void app_main(void)
|
|||
screens[i].update();
|
||||
}
|
||||
tree_gui_init();
|
||||
#ifdef HAVE_TOUCHSCREEN
|
||||
touchscreen_set_mode(TOUCHSCREEN_BUTTON);
|
||||
#endif
|
||||
viewportmanager_set_statusbar(VP_SB_ALLSCREENS);
|
||||
add_event(GUI_EVENT_STATUSBAR_TOGGLE, false,
|
||||
viewportmanager_statusbar_changed);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue