mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-23 05:24:46 -07:00
move hid and snake apps into main repo [ci skip]
This commit is contained in:
16
applications/system/hid_app/views/hid_keynote.h
Normal file
16
applications/system/hid_app/views/hid_keynote.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
#include <gui/view.h>
|
||||
|
||||
typedef struct Hid Hid;
|
||||
typedef struct HidKeynote HidKeynote;
|
||||
|
||||
HidKeynote* hid_keynote_alloc(Hid* bt_hid);
|
||||
|
||||
void hid_keynote_free(HidKeynote* hid_keynote);
|
||||
|
||||
View* hid_keynote_get_view(HidKeynote* hid_keynote);
|
||||
|
||||
void hid_keynote_set_connected_status(HidKeynote* hid_keynote, bool connected);
|
||||
|
||||
void hid_keynote_set_orientation(HidKeynote* hid_keynote, bool vertical);
|
||||
Reference in New Issue
Block a user