Epsiloner.WinUi.Core
9.0.0
Prefix Reserved
dotnet add package Epsiloner.WinUi.Core --version 9.0.0
NuGet\Install-Package Epsiloner.WinUi.Core -Version 9.0.0
<PackageReference Include="Epsiloner.WinUi.Core" Version="9.0.0" />
paket add Epsiloner.WinUi.Core --version 9.0.0
#r "nuget: Epsiloner.WinUi.Core, 9.0.0"
// Install Epsiloner.WinUi.Core as a Cake Addin #addin nuget:?package=Epsiloner.WinUi.Core&version=9.0.0 // Install Epsiloner.WinUi.Core as a Cake Tool #tool nuget:?package=Epsiloner.WinUi.Core&version=9.0.0
Package Description
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0-windows10.0.19041 is compatible. |
-
net9.0-windows10.0.19041
- Epsiloner.Core (>= 9.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0)
- Microsoft.Windows.SDK.BuildTools (>= 10.0.22621.3233)
- Microsoft.WindowsAppSDK (>= 1.5.240428000)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
v9.0.0:
- Migrate to .NET 9
v1.0.5:
- Add support to more keys be used in gesture.
- Make Gesture.MaxDelay publicly available.
v1.0.4:
- Make HotkeysService.StopHooks and KeyboardHookService.RemoveHooks methods public.
v1.0.3:
- Add IHotkeyService.GestureChanged event.
- Add IHotkeyService.TryGetGesture method.
v1.0.2:
- Added IHotkeysService.IsPaused property.
- Limited valid virtual keys for Gesture.Key property.
v1.0.1:
- Add IHotkeyServiceConfiguration interface to optionally configure IHotkeyService.
v1.0.0:
- Low-level keyboard hook service to catch all keyboard inputs.
- Gesture and MultiGesture with Gestures service that can invoke actions based on registered gestures.