mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-17 14:15:58 -05:00
12 lines
303 B
C
12 lines
303 B
C
|
#pragma once
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
#include "button.h"
|
||
|
#include "button_press_e.h"
|
||
|
|
||
|
extern const Button* const quickListMenuButtons[];
|
||
|
extern const uint8_t QUICKLIST_MENU_NUM_BUTTONS;
|
||
|
|
||
|
extern ButtonPress_e quickListSelectionMode;//NotPressed means exit menu. Other press types are consumed by selectors
|