GuiSendKeyEvents
|
GUI functions |
| SYNTAX | GuiSendKeyEvents(``string``) |
| RETURNS | NOTHING |
| FUNCTION | The function registers given characters to be sent as Gui event when keyboard key is pressed. GuiGetEvent will return code == notifyKeyDown and id of given character, for example id == 'D' for D letter |
| EXAMPLE | idMyFirstButton = 1;
|
| SEE ALSO | GuiGetEvent() function |
The GuiSendKeyEvents function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.