Class InputSpy
Provides methods to be notified about keyboard and mouse actions.
public static class InputSpy
- Inheritance
-
InputSpy
Properties
- PressedMouseButtons
This item supports the framework infrastructure and is not intended to be used directly from your code.
Methods
- IsKeyPressed(int)
This item supports the framework infrastructure and is not intended to be used directly from your code.
- IsKeyPressed(Keys)
This item supports the framework infrastructure and is not intended to be used directly from your code.
- IsRegistered(IInputSpyKeyboardListener)
This item supports the framework infrastructure and is not intended to be used directly from your code.
- IsRegistered(IInputSpyListener)
This item supports the framework infrastructure and is not intended to be used directly from your code.
- IsRegistered(IInputSpyMouseListener)
This item supports the framework infrastructure and is not intended to be used directly from your code.
- RegisterListener(IInputSpyKeyboardListener)
This item supports the framework infrastructure and is not intended to be used directly from your code.
- RegisterListener(IInputSpyListener)
This item supports the framework infrastructure and is not intended to be used directly from your code.
- RegisterListener(IInputSpyMouseListener)
This item supports the framework infrastructure and is not intended to be used directly from your code.
- UnregisterListener(IInputSpyKeyboardListener)
This item supports the framework infrastructure and is not intended to be used directly from your code.
- UnregisterListener(IInputSpyListener)
This item supports the framework infrastructure and is not intended to be used directly from your code.
- UnregisterListener(IInputSpyMouseListener)
This item supports the framework infrastructure and is not intended to be used directly from your code.
Events
- KeyDown
This item supports the framework infrastructure and is not intended to be used directly from your code.
- KeyUp
This item supports the framework infrastructure and is not intended to be used directly from your code.
- MouseDown
This item supports the framework infrastructure and is not intended to be used directly from your code.
- MouseMove
This item supports the framework infrastructure and is not intended to be used directly from your code.
- MouseUp
This item supports the framework infrastructure and is not intended to be used directly from your code.
- MouseWheel
This item supports the framework infrastructure and is not intended to be used directly from your code.