t2:mouse_passthru

mouse_passthru


mouse_passthru - Copy input mouse to the output

Description


void mouse_passthru();

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

Works only when the active output protocol is Multi Interface HID.
After calling mouse_passthru() the mouse inputs can still be manipulated using mouse_set().

Return Value


No value is returned.

Examples


Example #1 mouse_passthru() example

main {
    mouse_passthru();
}

See Also

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