USB host support (#527)

This commit is contained in:
Shadowtrance
2026-06-04 07:10:37 +10:00
committed by GitHub
parent a59fbf4ed5
commit 3dcc95f6f3
46 changed files with 2409 additions and 121 deletions
@@ -29,6 +29,7 @@ class View final {
void showActions();
void showActionsForDirectory();
void showActionsForFile();
void showActionsForMountPoint();
void viewFile(const std::string&path, const std::string&filename);
void createDirEntryWidget(lv_obj_t* parent, dirent& dir_entry);
@@ -51,6 +52,7 @@ public:
void onCopyPressed();
void onCutPressed();
void onPastePressed();
void onEjectPressed();
void onDirEntryListScrollBegin();
void onResult(LaunchId launchId, Result result, std::unique_ptr<Bundle> bundle);
void deinit(const AppContext& appContext);