Add touchscreen support with onscreen keyboard (#1)

Possible that framebuffer doesn't update without actual keypress (eg, volume down). But, works.
This commit is contained in:
Jon Dough
2025-02-10 05:03:49 +00:00
committed by GitHub
parent 8d0a317819
commit cc34a54cd9
13 changed files with 536 additions and 72 deletions

View File

@@ -3,6 +3,7 @@ pub mod taskbar;
pub mod lock_screen;
pub mod workspace_indicator;
pub mod start_menu;
pub mod onscreen_keyboard;
pub mod about;
pub mod help;