Class PassthroughWindowTrackerMatcher
A matcher that always returns true, effectively allowing all window handles.
Implements
Inherited Members
Namespace: PoeShared.Native
Assembly: PoeShared.Native.dll
Syntax
public sealed class PassthroughWindowTrackerMatcher : IWindowTrackerMatcher
Constructors
Name | Description |
---|---|
PassthroughWindowTrackerMatcher() |
Methods
Name | Description |
---|---|
IsMatch(IWindowHandle) | Determines whether the specified window handle matches. Always returns true. |