t2:key_passthru

key_passthru


key_passthru - Copy input keyboard to the output

Description


void key_passthru();

Pass through the inputs of the connected keyboard to the output.

Works only when the active output protocol is Multi Interface HID.
After calling key_passthru() the keyboard inputs can still be manipulated using key_set().

Return Value


No value is returned.

Examples


Example #1 key_passthru() example

main {
    key_passthru();
}

See Also

t2/key_passthru.txt · Last modified: 2018/02/20 07:01 by J2Kbr