wip bindings upgrade

This commit is contained in:
goaaats 2025-04-06 20:59:23 +02:00
parent bd7e56850a
commit 0690cce995
272 changed files with 139041 additions and 1541 deletions

View file

@ -24,7 +24,7 @@ using Dalamud.Logging.Internal;
using Dalamud.Plugin.Internal.Types;
using Dalamud.Plugin.Services;
using ImGuiNET;
using Dalamud.Bindings.ImGui;
namespace Dalamud.Plugin.Internal.AutoUpdate;

View file

@ -1,7 +1,7 @@
using System.Numerics;
using Dalamud.Game.ClientState.GamePad;
using ImGuiNET;
using Dalamud.Bindings.ImGui;
namespace Dalamud.Plugin.Services;
@ -16,12 +16,12 @@ public interface IGamepadState
/// Gets the pointer to the current instance of the GamepadInput struct.
/// </summary>
public nint GamepadInputAddress { get; }
/// <summary>
/// Gets the left analogue sticks tilt vector.
/// </summary>
public Vector2 LeftStick { get; }
/// <summary>
/// Gets the right analogue sticks tilt vector.
/// </summary>