mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: Spelling mistake and forgotten conditional compiling
This commit is contained in:
parent
76bf0bc52d
commit
5d57c3f687
1 changed files with 1 additions and 1 deletions
|
|
@ -478,7 +478,7 @@ namespace Dalamud.Interface
|
|||
var gamepadEnabled = (ImGui.GetIO().BackendFlags & ImGuiBackendFlags.HasGamepad) > 0;
|
||||
|
||||
// NOTE (Chiv) Activate ImGui navigation via L1+L3 press
|
||||
// (mimicking to how mouse navigation is activated via L1+R3 press in game).
|
||||
// (mimicking how mouse navigation is activated via L1+R3 press in game).
|
||||
if (gamepadEnabled
|
||||
&& this.dalamud.ClientState.GamepadState.Raw(GamepadButtons.L1) > 0
|
||||
&& this.dalamud.ClientState.GamepadState.Pressed(GamepadButtons.L3) > 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue