mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-29 20:03:41 +01:00
honor notification window focus
This commit is contained in:
parent
0040f61125
commit
e44180d4a2
6 changed files with 74 additions and 34 deletions
|
|
@ -49,7 +49,10 @@ public interface IActiveNotification : INotification
|
|||
DateTime EffectiveExpiry { get; }
|
||||
|
||||
/// <summary>Gets a value indicating whether the mouse cursor is on the notification window.</summary>
|
||||
bool IsMouseHovered { get; }
|
||||
bool IsHovered { get; }
|
||||
|
||||
/// <summary>Gets a value indicating whether the notification window is focused.</summary>
|
||||
bool IsFocused { get; }
|
||||
|
||||
/// <summary>Gets a value indicating whether the notification has been dismissed.</summary>
|
||||
/// <remarks>This includes when the hide animation is being played.</remarks>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue