app running in wine fails to capture keyboard inputs in virtual desktop

Questions about Wine on Linux
Locked
qsqcqs
Newbie
Newbie
Posts: 1
Joined: Sat Dec 28, 2024 1:05 pm

app running in wine fails to capture keyboard inputs in virtual desktop

Post by qsqcqs »

This is something that used to work when enabling the settings "automatically capture the mouse in full-screen windows" and "emulate a virtual desktop" but now it no longer captures the mouse nor keyboard inputs. The mouse clicks are still detected though for some reason. the only thing I can see which is related is the output

Code: Select all

012c:fixme:win:GetPointerDevices (00007FFFFE1EEF98 0000000000000000): partial stub
012c:fixme:win:GetPointerDevices (00007FFFFE1EEF98 0000000000000000): partial stub
012c:fixme:combase:RoGetActivationFactory (L"Windows.Gaming.Input.Gamepad", {8bbce529-d49c-39e9-9560-e47dde96b7c8}, 00007232625AFC20): semi-stub
012c:fixme:combase:RoGetActivationFactory (L"Windows.Gaming.Input.RawGameController", {eb8d0792-e95a-4b19-afc7-0a59f8bf759e}, 00007232625AFC28): semi-stub
but that doesnt seem like it should be an issue as there is no gamepad or controller. As far as I can tell, nothing related to inputs seems to be reported.
Locked