forked from len0rd/rockbox
Button Driver: Add button_status support with data - allows for reading the /immediate/ value of the touchscreen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22933 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
436776ebb8
commit
fb50f46866
4 changed files with 17 additions and 0 deletions
|
|
@ -37,6 +37,9 @@ long button_get (bool block);
|
|||
long button_get_w_tmo(int ticks);
|
||||
intptr_t button_get_data(void);
|
||||
int button_status(void);
|
||||
#ifdef HAVE_BUTTON_DATA
|
||||
int button_status_wdata(int *pdata);
|
||||
#endif
|
||||
void button_clear_queue(void);
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
void button_set_flip(bool flip); /* turn 180 degrees */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue