diff --git a/README.md b/README.md index dbea09c..83d0ad3 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ Ah, and make sure to also check these other great lists: * [Cirqus](#cirqus) * [Dapper](#dapper) * [DeviceDetector.NET](#devicedetectornet) +* [DeftSharp.Windows.Input](#deftsharpwindowsinput) * [DoddleReport](#doddlereport) * [DotVVM](#dotvvm) * [Dynamic Data](#dynamic-data) @@ -293,6 +294,15 @@ The Universal Device Detection library for .NET that parses User Agents and dete [devicedetectornet-gh]: https://github.com/totpero/DeviceDetector.NET [devicedetectornet-nuget]: https://www.nuget.org/packages/DeviceDetector.NET +## DeftSharp.Windows.Input + +[GitHub][deftsharpinput-gh] [NuGet][deftsharpinput-nuget] + +A lightweight library designed to retrieve information about pressed keyboard keys and mouse buttons in WPF applications. Using P/Invoke methods, this library provides an easy-to-use interface for event handling. + +[deftsharpinput-gh]: https://github.com/Empiree/DeftSharp.Windows.Input +[deftsharpinput-nuget]: https://www.nuget.org/packages/DeftSharp.Windows.Input + ## DoddleReport [GitHub][doddlereport-gh] [NuGet][doddlereport-nuget]