feat: web v2 keyboard (#9175)

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou 2024-08-26 12:13:11 +08:00 committed by GitHub
parent 5abe42f66c
commit 4b4fd94f3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 29 additions and 2 deletions

View file

@ -32,6 +32,7 @@ const String kPeerPlatformWindows = "Windows";
const String kPeerPlatformLinux = "Linux";
const String kPeerPlatformMacOS = "Mac OS";
const String kPeerPlatformAndroid = "Android";
const String kPeerPlatformWebDesktop = "WebDesktop";
const double kScrollbarThickness = 12.0;