mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-23 05:24:46 -07:00
But in system folder* --nobuild
This commit is contained in:
14
applications/system/hid_app/views/hid_numpad.h
Normal file
14
applications/system/hid_app/views/hid_numpad.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include <gui/view.h>
|
||||
|
||||
typedef struct Hid Hid;
|
||||
typedef struct HidNumpad HidNumpad;
|
||||
|
||||
HidNumpad* hid_numpad_alloc(Hid* bt_hid);
|
||||
|
||||
void hid_numpad_free(HidNumpad* hid_numpad);
|
||||
|
||||
View* hid_numpad_get_view(HidNumpad* hid_numpad);
|
||||
|
||||
void hid_numpad_set_connected_status(HidNumpad* hid_numpad, bool connected);
|
||||
Reference in New Issue
Block a user