mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-13 05:06:30 +04:00
Merge remote-tracking branch 'OFW/dev' into dev
This commit is contained in:
@@ -15,7 +15,7 @@ extern "C" {
|
||||
typedef struct ButtonPanel ButtonPanel;
|
||||
|
||||
/** Callback type to call for handling selecting button_panel items */
|
||||
typedef void (*ButtonItemCallback)(void* context, uint32_t index);
|
||||
typedef void (*ButtonItemCallback)(void* context, uint32_t index, InputType type);
|
||||
|
||||
/** Allocate new button_panel module.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user