This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#5162 - button_status() and scroll wheel don't work
Attached to Project:
Rockbox
Opened by Lukas Sabota (punkrockguy318) - Monday, 17 April 2006, 16:26 GMT+1
Last edited by Andree Buschmann (Buschel) - Monday, 12 May 2008, 10:31 GMT+1
Opened by Lukas Sabota (punkrockguy318) - Monday, 17 April 2006, 16:26 GMT+1
Last edited by Andree Buschmann (Buschel) - Monday, 12 May 2008, 10:31 GMT+1
|
DetailsThe button_status() function does not work correctly with the scroll wheel on the ipod. I've tested the 5g. I'm attatching a example plugin of this problem. In this example, "Hello world 2!" should be splashed on the screen when a scrolling event occurs. This works perfectly fine on the ipod 5g simulator, but it fails on the ipod.
However, there is also a commented block of scrollwheel activity using button_get(). This segment of code works fine on the both the device, and the simulator. |
This task depends upon
Closed by Andree Buschmann (Buschel)
Monday, 12 May 2008, 10:31 GMT+1
Reason for closing: Fixed
Additional comments about closing: Submitted with r17470.
Monday, 12 May 2008, 10:31 GMT+1
Reason for closing: Fixed
Additional comments about closing: Submitted with r17470.
Oops.. fixed braces problem