opt mouse/keyboard event

Closes #1443

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-03 20:17:27 +08:00
parent 06c545acd4
commit 5747dee03d
3 changed files with 23 additions and 11 deletions

View File

@@ -279,7 +279,9 @@ class MyApp extends StatelessWidget {
final plCtr = PlPlayerController.instance;
if (plCtr != null) {
if (plCtr.isFullScreen.value == true) {
plCtr.triggerFullScreen(status: false);
plCtr
..triggerFullScreen(status: false)
..controlsLock.value = false;
return;
}