Remove unused menu_ctx_iterate_t
This commit is contained in:
parent
14248f7401
commit
4dc70a6e9c
|
@ -401,34 +401,6 @@ typedef struct menu_ctx_displaylist
|
||||||
unsigned type;
|
unsigned type;
|
||||||
} menu_ctx_displaylist_t;
|
} menu_ctx_displaylist_t;
|
||||||
|
|
||||||
typedef struct menu_ctx_iterate
|
|
||||||
{
|
|
||||||
enum menu_action action;
|
|
||||||
|
|
||||||
struct
|
|
||||||
{
|
|
||||||
int16_t x;
|
|
||||||
int16_t y;
|
|
||||||
bool touch;
|
|
||||||
} pointer;
|
|
||||||
|
|
||||||
struct
|
|
||||||
{
|
|
||||||
int16_t x;
|
|
||||||
int16_t y;
|
|
||||||
struct
|
|
||||||
{
|
|
||||||
bool left;
|
|
||||||
bool right;
|
|
||||||
} buttons;
|
|
||||||
struct
|
|
||||||
{
|
|
||||||
bool up;
|
|
||||||
bool down;
|
|
||||||
} wheel;
|
|
||||||
} mouse;
|
|
||||||
} menu_ctx_iterate_t;
|
|
||||||
|
|
||||||
typedef struct menu_ctx_environment
|
typedef struct menu_ctx_environment
|
||||||
{
|
{
|
||||||
void *data;
|
void *data;
|
||||||
|
|
Loading…
Reference in New Issue