| KBDGetAccessSticky |
Get the sticky state of the keyboard (whether modifier keys toggle state or are transient). |
| KBDSetAccessSticky |
Set the sticky state of the keyboard. |
| KBDGetChannelStatus |
Get whether the keyboard channel is connected or disconnected. |
| KBDResetChannel |
Resets a keyboard to the initial state. Clears all queues. |
| KBDGetLockProcessing |
Get whether lock modifier processing is enabled or disabled. |
| KBDSetLockProcessing |
Set whether lock modifier processing is enabled or disabled. |
| KBDGetModState |
Get the current modifier state. |
| KBDSetModState |
Set the current modifier state. |
| KBDGetRepeat |
Get the current key repeat parameters. |
| KBDSetRepeat |
Set the current key repeat parameters. |
| KBDSetAttachCallback |
Registers a function to call when a USB keyboard is attached. |
| KBDSetDetachCallback |
Registers a function to call when a USB keyboard is detached. |
| KBDSetLeds |
Sends an LED command to a keyboard (blocking call). |
| KBDSetLedsAsync |
Sends an LED command to a keyboard (non-blocking call). |
| KBDSetLedsRetry |
Sends an LED command to a keyboard (non-blocking, retrying call). |