All types
|
All members
RT.Util
RT.KitchenSink.Drawing
RT.KitchenSink.Fonts
RT.Util
Desktop
Lock
Notifier
Form
Emailer
Global
Keyboard
Listener
Global
Keyboard
Listener
()
Dispose
()
Hook
All
Keys
Hooked
Keys
KeyDown
KeyUp
Global
Key
Event
Args
Global
Key
Event
Handler
Modifier
Keys
State
RTSmtp
Client
RTSmtp
Exception
RTSmtp
Settings
Smtp
Encryption
Ut
Win
RT.Util.Controls
RT.Util.Drawing
RT.Util.ExtensionMethods
RT.Util.Forms
PropellerApi
PuzzleSolvers
RT.ArithmeticCoding
RT.BigInteger
RT.CommandLine
RT.Coordinates
RT.Dijkstra
RT.Generex
RT.Json
RT.Lingo
RT.Lingo.Base
RT.NUnitDirect
RT.PostBuild
RT.SelfService
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
RT.TagSoup
RT.Util.Core
RT.Util.Legacy
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Sealed class:
RT.Util.
GlobalKeyboardListener
Assembly:
RT.Util, Version=1.0.0.9999, Culture=neutral, PublicKeyToken=null
Namespace:
RT.Util
Show inherited types...
Inherits from:
object
Show implemented interfaces...
Implements:
System.IDisposable
(directly)
Summary
Manages a global low-level keyboard hook.
Constructors
GlobalKeyboardListener
()
Initializes a new instance of the
GlobalKeyboardListener
class and installs the keyboard hook.
Instance methods
void
Dispose
()
Implements:
IDisposable
.
Dispose
()
Unregisters the hook and disposes the object.
Instance properties
bool
Hook
All
Keys
Gets or sets a value indicating whether all keys are listened for. If this is set to true,
GlobalKeyboardListener
.
Hooked
Keys
is ignored.
List<Keys>
Hooked
Keys
The collections of keys to watch for. This is ignored if
GlobalKeyboardListener
.
Hook
All
Keys
is set to true.
Events
GlobalKeyEventHandler
KeyDown
Occurs when one of the hooked keys is pressed.
GlobalKeyEventHandler
KeyUp
Occurs when one of the hooked keys is released.