[Overview][Constants][Types][Procedures and functions] |
Set a new keyboard driver.
Source position: keybrdh.inc line 184
function SetKeyboardDriver( |
const Driver: TKeyboardDriver |
):Boolean; |
SetKeyBoardDriversets the keyboard driver to Driver, if the current keyboard driver is not yet initialized. If the current keyboard driver is initialized, then SetKeyboardDriverdoes nothing. Before setting the driver, the currently active driver should be disabled with a call to DoneKeyboard.
The function returns Trueif the driver was set, Falseif not.
For more information on setting the keyboard driver, see kbddriver.
None.
|
Return the current keyboard driver record. |
|
|
Deactivate keyboard driver. |