From 58918ebc8306a6e3183753bd20361d21ae544d5a Mon Sep 17 00:00:00 2001
From: Oleg Dubovoi <60399216+Empiree@users.noreply.github.com>
Date: Mon, 4 Mar 2024 18:52:31 +0100
Subject: [PATCH] Update README.md
Added DeftSharp.Windows.Input
---
README.md | 10 ++++++++++
1 file changed, 10 insertions(+)
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]