mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-23 16:27:44 +01:00
fix: close gamepad overlay when setting is disabled
This commit is contained in:
parent
bf72ad589d
commit
b7cbaacac6
5 changed files with 16 additions and 8 deletions
|
|
@ -128,9 +128,9 @@ namespace Dalamud.Game.Gui.Internal
|
|||
private void ToggleWindow(bool visible)
|
||||
{
|
||||
if (visible)
|
||||
Service<DalamudInterface>.Get().OpenIMEWindow();
|
||||
Service<DalamudInterface>.Get().OpenImeWindow();
|
||||
else
|
||||
Service<DalamudInterface>.Get().CloseIMEWindow();
|
||||
Service<DalamudInterface>.Get().CloseImeWindow();
|
||||
}
|
||||
|
||||
private long WndProcDetour(IntPtr hWnd, uint msg, ulong wParam, long lParam)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue