mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-22 05:14:46 -07:00
move hid and snake apps into main repo [ci skip]
This commit is contained in:
17
applications/system/hid_app/views/hid_mouse.h
Normal file
17
applications/system/hid_app/views/hid_mouse.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
#include <gui/view.h>
|
||||
|
||||
#define MOUSE_MOVE_SHORT 5
|
||||
#define MOUSE_MOVE_LONG 20
|
||||
|
||||
typedef struct Hid Hid;
|
||||
typedef struct HidMouse HidMouse;
|
||||
|
||||
HidMouse* hid_mouse_alloc(Hid* bt_hid);
|
||||
|
||||
void hid_mouse_free(HidMouse* hid_mouse);
|
||||
|
||||
View* hid_mouse_get_view(HidMouse* hid_mouse);
|
||||
|
||||
void hid_mouse_set_connected_status(HidMouse* hid_mouse, bool connected);
|
||||
Reference in New Issue
Block a user