Home |
RTKernel-32 Programming Manual Function WDefineFunctionKey |
Function WDefineFunctionKeyWDefineFunctionKey can be used to instruct RTTextIO to expand function keys to a string: void WDefineFunctionKey(char ScanCode, const char * S); ParametersScanCodeScan code for the function key to expand. SPointer to the string to display when the function key is pressed. When the user input function returns zero, the following value is interpreted as a scan code. If this scan code matches a scan code specified in a previous call to WDefineFunctionKey, the corresponding string pointed to by S is used as the input instead.
|