mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-03 06:13:45 +01:00
Support correct handling of offhands in changed items.
This commit is contained in:
parent
c76a9ace24
commit
06e06b81e9
4 changed files with 5 additions and 4 deletions
|
|
@ -1,5 +1,6 @@
|
|||
using OtterGui.Classes;
|
||||
using Penumbra.Api.Enums;
|
||||
using Penumbra.GameData.Enums;
|
||||
|
||||
namespace Penumbra.Communication;
|
||||
|
||||
|
|
@ -7,7 +8,7 @@ namespace Penumbra.Communication;
|
|||
/// Triggered when a Changed Item in Penumbra is clicked.
|
||||
/// <list type="number">
|
||||
/// <item>Parameter is the clicked mouse button. </item>
|
||||
/// <item>Parameter is the clicked object data if any.. </item>
|
||||
/// <item>Parameter is the clicked object data if any. </item>
|
||||
/// </list>
|
||||
/// </summary>
|
||||
public sealed class ChangedItemClick : EventWrapper<Action<MouseButton, object?>, ChangedItemClick.Priority>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue