docs(cursor): clarify optional capture metadata and rendering scope

This commit is contained in:
fufesou
2026-09-12 10:46:05 +08:00
parent 54881092b7
commit 6871ae130e
3 changed files with 6 additions and 3 deletions

View File

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