feat(cursor): carry the remote bitmap pixel density

This commit is contained in:
fufesou
2026-09-12 02:47:37 +08:00
parent 844bf40703
commit 4f0f784532
2 changed files with 3 additions and 0 deletions

View File

@@ -316,6 +316,8 @@ message CursorData {
int32 width = 4;
int32 height = 5;
bytes colors = 6;
// Physical bitmap pixels per remote logical pixel; 0 means an older sender.
double scale = 7;
}
message CursorPosition {