![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Public Member Functions | |
| IAllowSelectorActionOrAnySelector | SendString (string textToSend) |
| Simulates typing via hardware key events, one character at a time. Honors GPAL.TypingDelay (see GPAL.WithTypingDelay): 0 sends the string with no inter-character pacing, greater than 0 sleeps that many milliseconds between characters. | |
| IAllowSelectorActionOrAnySelector | SendKey (byte VKCode) |
| IAllowSelectorActionOrAnySelector | PressModifierKey (ModifierKeys modifierKeys) |
| IAllowSelectorActionOrAnySelector | ReleaseModifierKey (ModifierKeys modifierKeys) |
Definition at line 74 of file Interfaces.cs.
| IAllowSelectorActionOrAnySelector GenerallyPositive.Application.IAllowKeyboardActions.PressModifierKey | ( | ModifierKeys | modifierKeys | ) |
Implemented in GenerallyPositive.Application.Application.
| IAllowSelectorActionOrAnySelector GenerallyPositive.Application.IAllowKeyboardActions.ReleaseModifierKey | ( | ModifierKeys | modifierKeys | ) |
Implemented in GenerallyPositive.Application.Application.
| IAllowSelectorActionOrAnySelector GenerallyPositive.Application.IAllowKeyboardActions.SendKey | ( | byte | VKCode | ) |
Implemented in GenerallyPositive.Application.Application.
| IAllowSelectorActionOrAnySelector GenerallyPositive.Application.IAllowKeyboardActions.SendString | ( | string | textToSend | ) |
Simulates typing via hardware key events, one character at a time. Honors GPAL.TypingDelay (see GPAL.WithTypingDelay): 0 sends the string with no inter-character pacing, greater than 0 sleeps that many milliseconds between characters.
Implemented in GenerallyPositive.Application.Application.