The Input_Keyboard function defines part of the input sequence for keystrokes. A call to Input_Begin must have been made before the call. The sequence is executed with Input_Execute.
Syntax | |||||
Input_Keyboard(VirtKeyCode, ScanCode, Flags [, Time][,ExtraInfoL][,ExtraInfoH]) | |||||
Return value | |||||
Type |
Description | ||||
Long |
0 if successful | ||||
Parameter | |||||
Use |
Name |
Type |
Passing |
Description | |
Required |
VirtKeyCode |
Long |
ByVal |
The virtual keycode | |
Required |
ScanCode |
Long |
ByVal |
The scancode | |
Required |
KeybdFlags |
Long |
ByVal |
Flags | |
Optional |
Time |
Long |
ByVal |
| |
Optional |
ExtraInfoL |
Long |
ByVal |
The L-parameter | |
Optional |
ExtraInfoH |
Long |
ByVal |
The H-parameter | |