opt player keyboard event

opt triple

opt desktop pip

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-21 12:43:07 +08:00
parent 787be7ac11
commit 9f715ddd5b
8 changed files with 123 additions and 101 deletions

View File

@@ -283,7 +283,7 @@ class PlPlayerController {
final width = state.width ?? this.width ?? 16;
final height = state.height ?? this.height ?? 9;
if (height > width) {
size = Size(400.0, 400.0 * height / width);
size = Size(280.0, 280.0 * height / width);
} else {
size = Size(280.0 * width / height, 280.0);
}