[Scummvm-git-logs] scummvm master -> 6fdae6da88f29c51b628e921321a1ba82ce58449

whoozle noreply at scummvm.org
Sun Mar 8 18:23:29 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
6fdae6da88 PHOENIXVR: unlock mouse in dtor (e.g when returning to launcher)


Commit: 6fdae6da88f29c51b628e921321a1ba82ce58449
    https://github.com/scummvm/scummvm/commit/6fdae6da88f29c51b628e921321a1ba82ce58449
Author: Vladimir Menshakov (vladimir.menshakov at gmail.com)
Date: 2026-03-08T18:22:51Z

Commit Message:
PHOENIXVR: unlock mouse in dtor (e.g when returning to launcher)

Changed paths:
    engines/phoenixvr/phoenixvr.cpp


diff --git a/engines/phoenixvr/phoenixvr.cpp b/engines/phoenixvr/phoenixvr.cpp
index 4b9664f7950..015274c1477 100644
--- a/engines/phoenixvr/phoenixvr.cpp
+++ b/engines/phoenixvr/phoenixvr.cpp
@@ -78,6 +78,7 @@ PhoenixVREngine::PhoenixVREngine(OSystem *syst, const ADGameDescription *gameDes
 }
 
 PhoenixVREngine::~PhoenixVREngine() {
+	_system->lockMouse(false);
 	for (auto it = _cursorCache.begin(); it != _cursorCache.end(); ++it) {
 		auto *s = it->_value;
 		s->free();




More information about the Scummvm-git-logs mailing list