This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10136 - Touchscreen mode switching in plugins
Attached to Project:
Rockbox
Opened by Maurus Cuelenaere (mcuelenaere) - Wednesday, 15 April 2009, 19:07 GMT+2
Last edited by Maurus Cuelenaere (mcuelenaere) - Sunday, 19 April 2009, 17:22 GMT+2
Opened by Maurus Cuelenaere (mcuelenaere) - Wednesday, 15 April 2009, 19:07 GMT+2
Last edited by Maurus Cuelenaere (mcuelenaere) - Sunday, 19 April 2009, 17:22 GMT+2
|
DetailsWhen entering some plugins on a touchscreen target, the touchscreen mode sometimes gets set to 3x3 grid when leaving the plugin even though the original setting was absolute mode.
This patch sets the touchscreen mode to 3x3 grid for rockpaint and sets the old mode back when leaving (ideally this should be done for all plugins - or they should get adapted to absolute point mode). |
This task depends upon
Closed by Maurus Cuelenaere (mcuelenaere)
Sunday, 19 April 2009, 17:22 GMT+2
Reason for closing: Fixed
Additional comments about closing: Committed plugin touchscreen mode switching in r20738
Sunday, 19 April 2009, 17:22 GMT+2
Reason for closing: Fixed
Additional comments about closing: Committed plugin touchscreen mode switching in r20738
Those small minority of plugins that are adapted to touchscreen usage should set absolute mode themselves, imho.
edit: to elaborate.. the reason 3x3 was added was to make plugins easy to get working... so yes they shuold default to being grid and the ones which are converted should manually swicth to touch
edit:
How is the user going to know in which mode it is? Shouldn't there be a visual confirmation when switching modes?