forked from len0rd/rockbox
FS#11172 - Fuzev2: Read the scrollwheel scrollwheel via IRQ
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25736 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ee291a5e9b
commit
249aae587a
9 changed files with 242 additions and 58 deletions
|
|
@ -24,7 +24,7 @@
|
|||
#include "panic.h"
|
||||
#include "timer.h"
|
||||
|
||||
#ifdef HAVE_SCROLLWHEEL
|
||||
#if INCREASED_SCROLLWHEEL_POLLING
|
||||
#include "button-target.h"
|
||||
/* The scrollwheel is polled every 5 ms (the tick tasks only every 10) */
|
||||
static int poll_scrollwheel = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue