Merge pull request #6084 from 21pages/av1_record

AV1 record
This commit is contained in:
RustDesk
2023-10-19 14:23:35 +08:00
committed by GitHub
14 changed files with 151 additions and 88 deletions

View File

@@ -677,7 +677,8 @@ class _ImagePaintState extends State<ImagePaint> {
} else {
final key = cache.updateGetKey(scale);
if (!cursor.cachedKeys.contains(key)) {
debugPrint("Register custom cursor with key $key (${cache.hotx},${cache.hoty})");
debugPrint(
"Register custom cursor with key $key (${cache.hotx},${cache.hoty})");
// [Safety]
// It's ok to call async registerCursor in current synchronous context,
// because activating the cursor is also an async call and will always