Class
InputProxy
A windows-based input simulator.
Inheritance
System.Object
InputProxy
public static class InputProxy
Methods
|
Improve this Doc
View Source
Declaration
public static InputProxy.KeyCode GetKeyCode(string keyCode)
Parameters
Type |
Name |
Description |
System.String |
keyCode |
|
Returns
|
Improve this Doc
View Source
Declaration
public static bool IsExtendedKey(InputProxy.KeyCode keyCode)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool KeyPress(InputProxy.KeyCode keyCode, InputProxy.SynthesizeMethod method = InputProxy.SynthesizeMethod.Native)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool MouseClick(int x, int y, bool virtualMode = false, InputProxy.SynthesizeMethod method = InputProxy.SynthesizeMethod.Native)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool Synthesize(InputProxy.HardwareInput hardwareInput, InputProxy.SynthesizeMethod method = InputProxy.SynthesizeMethod.Native)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static uint Synthesize(InputProxy.HardwareInput[] hardwareInputs, InputProxy.SynthesizeMethod method = InputProxy.SynthesizeMethod.Native)
Parameters
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public static bool Synthesize(InputProxy.KeyboardInput keyboardInput, InputProxy.SynthesizeMethod method = InputProxy.SynthesizeMethod.Native)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static uint Synthesize(InputProxy.KeyboardInput[] keyboardInputs, InputProxy.SynthesizeMethod method = InputProxy.SynthesizeMethod.Native)
Parameters
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public static bool Synthesize(InputProxy.MouseInput mouseInput, InputProxy.SynthesizeMethod method = InputProxy.SynthesizeMethod.Native)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static uint Synthesize(InputProxy.MouseInput[] mouseInputs, InputProxy.SynthesizeMethod method = InputProxy.SynthesizeMethod.Native)
Parameters
Returns
Type |
Description |
System.UInt32 |
|