forked from Mirror/Ryujinx
Avalonia: Fix gamescope once and for all (#6301)
Enable input focus proxy, makes WM_TAKE_FOCUS capability to be exposed. This fix menu on gamescope, for real this time.... Signed-off-by: Mary Guillemard <mary@mary.zone>
This commit is contained in:
parent
42340fc743
commit
6ef8946169
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ namespace Ryujinx.Ava
|
||||||
{
|
{
|
||||||
EnableMultiTouch = true,
|
EnableMultiTouch = true,
|
||||||
EnableIme = true,
|
EnableIme = true,
|
||||||
|
EnableInputFocusProxy = true,
|
||||||
RenderingMode = new[] { X11RenderingMode.Glx, X11RenderingMode.Software },
|
RenderingMode = new[] { X11RenderingMode.Glx, X11RenderingMode.Software },
|
||||||
})
|
})
|
||||||
.With(new Win32PlatformOptions
|
.With(new Win32PlatformOptions
|
||||||
|
|
Loading…
Reference in a new issue