Functions | |
void | xmlint_cleanup () |
int | xmlint_send_key_press (int keycode, int modifier, int down) |
void xmlint_cleanup | ( | ) |
Module functions.
Module functions.
Closes an open socket to the XML interface.
int xmlint_send_key_press | ( | int | keycode, | |
int | modifier, | |||
int | down | |||
) |
Prepares and sends a <KeyPress> event with the given arguments.
keycode | keyboard scancode | |
modifier | keyboard modifier | |
down | key state flag; 1 : pressed, 0 : released |