Epsiloner.WinUi.Core
1.0.5
Prefix Reserved
dotnet add package Epsiloner.WinUi.Core --version 1.0.5
NuGet\Install-Package Epsiloner.WinUi.Core -Version 1.0.5
<PackageReference Include="Epsiloner.WinUi.Core" Version="1.0.5" />
paket add Epsiloner.WinUi.Core --version 1.0.5
#r "nuget: Epsiloner.WinUi.Core, 1.0.5"
// Install Epsiloner.WinUi.Core as a Cake Addin #addin nuget:?package=Epsiloner.WinUi.Core&version=1.0.5 // Install Epsiloner.WinUi.Core as a Cake Tool #tool nuget:?package=Epsiloner.WinUi.Core&version=1.0.5
Package Description
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-windows10.0.19041 is compatible. net7.0-windows was computed. net8.0-windows was computed. |
-
net6.0-windows10.0.19041
- Epsiloner.Core (>= 1.0.22)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.1)
- 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.
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.