mirror of
https://github.com/0015/ThatProject.git
synced 2026-01-13 01:37:43 +03:00
ESP32 | LVGL8 | Ep 2. Shortcuts for Pull Stack Developer
This commit is contained in:
13
ESP32_LVGL/LVGL8/2_LILYPI_StackOverflow_BLE/MyShortcut.h
Normal file
13
ESP32_LVGL/LVGL8/2_LILYPI_StackOverflow_BLE/MyShortcut.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
class BleKeyboard;
|
||||
class MyShortcut {
|
||||
private:
|
||||
BleKeyboard *bleKeyboard;
|
||||
int shortcutId;
|
||||
|
||||
public:
|
||||
MyShortcut(BleKeyboard *bleKeyboard, int caseId);
|
||||
void Action();
|
||||
void RelaseAllkey();
|
||||
};
|
||||
Reference in New Issue
Block a user