Method | Description | |
---|---|---|
Click ( |
simulate the keydown + keyup events using the UTF8Encoding.ASCII.GetBytes(key) value.
|
Method | Description | |
---|---|---|
KeyDown ( |
simulate the keydown event using the UTF8Encoding.ASCII.GetBytes(key) value
|
|
KeyUp ( |
simulate the keyup event using the UTF8Encoding.ASCII.GetBytes(key) value
|
public static Click ( |
||
keyCode | ||
clickDuration | int | |
return | void |