mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 17:28:36 -07:00
subbrute upd
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "../subbrute_custom_event.h"
|
||||
#include "../subbrute_protocols.h"
|
||||
#include <gui/view.h>
|
||||
#include <input/input.h>
|
||||
#include <gui/elements.h>
|
||||
@@ -21,7 +22,8 @@ void subbrute_main_view_set_index(
|
||||
uint8_t idx,
|
||||
bool is_select_byte,
|
||||
const char* key_field);
|
||||
uint8_t subbrute_main_view_get_index(SubBruteMainView* instance);
|
||||
SubBruteAttacks subbrute_main_view_get_index(SubBruteMainView* instance);
|
||||
uint8_t subbrute_main_view_get_extra_repeats(SubBruteMainView* instance);
|
||||
void subbrute_attack_view_enter(void* context);
|
||||
void subbrute_attack_view_exit(void* context);
|
||||
bool subbrute_attack_view_input(InputEvent* event, void* context);
|
||||
|
||||
Reference in New Issue
Block a user