Handle all keyboard and mouse input
Mini-Input enables you to monitor, suppress and send (Pro edition) keyboard and mouse input in one convenient .NET component.
Monitor events on a global, application, form or control level
A single Mini-Input hook can monitor for all keyboard and mouse events on a global, application form, and/or control level. Or you can create individual hooks for different input types and levels.
Consistent event model
The same arguments are generated for every keyboard or mouse event across all levels. You can subscribe to a single event to catch all keyboard events, or subscribe to separate KeyDown, KeyPress and KeyUp events. The same is true for mouse events.
Reuse events to save resources
Optionally reuse events to significantly reduce the number of heap allocations and garbage collections and hence improve performance when monitoring for many events.
Hotkey Control
Includes a text control that monitors and displays keyboard hotkeys.
Multi-Threaded
Monitor for input in the same or different thread as your application.
Suppress select events
Suppress select keyboard and mouse events to intercept the events and provide your own response.
Send input to any open window (Pro edition)
Send keyboard and mouse input events synchronously or asynchronously to any open window.
Send commands to windows (Pro edition)
Send window commands (such as move, close, resize and minimize) to any open window.
Find and manage open windows (Pro edition)
Get a list of all open windows and a hierarchy of child windows. Get properties for each window such as name, class and size.
User-Friendly Macro Language (Pro edition)
Mini-Input includes a fully-customizable macro language simple enough for many users to send input and commands to open windows. Includes keyboard and mouse input, window commands, delays and more. Extend the language to support your own custom commands.
Get keyboard and mouse state
Determine if any key or mouse button is currently pressed down, including the CapsLock and NumLock keys.
Squash the Mouse Lock bug
Mini-Input helps you avoid a .NET bug that locks the mouse when using a global mouse hook.
Advanced mouse events
Handles mouse wheel and 5-button mouse events.
Get raw events
Monitor for raw keyboard and mouse events to do your own input processing.
Customize text
Customize the text shown for input events (such as "Ctrl+C") to your preferences or language.
Persistent-ready
Every input event has a corresponding data name that can be stored, reloaded and customized.
MSDN-Style Documentation
Includes thorough MSDN-style documentation.
Sample Programs and Code
Includes sample programs that demonstrate the component with no programming required. Also includes sample source code in C# and VB.NET to help you get started quickly.
Pure .NET
Written in 100% managed C# code. Original source code is available for purchase at an additional charge.
.NET 2.0 / Visual Studio 2005 Support
Mini-Input supports .NET v2.0 and v1.1. Development projects for Visual Studio 2005 and 2003 are included. |