Function
Atspigenerate_keyboard_event
Declaration [src]
gboolean
atspi_generate_keyboard_event (
glong keyval,
const gchar* keystring,
AtspiKeySynthType synth_type,
GError** error
)
Description [src]
Synthesizes a keyboard event (as if a hardware keyboard event occurred in the current UI context).
Parameters
keyval |
glong |
A #gint indicating the keycode or keysym or modifier mask of the key event being synthesized. |
|
keystring |
const gchar* |
An (optional) UTF-8 string which, if
|
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
synth_type |
AtspiKeySynthType |
An |
|
error |
GError ** |
The return location for a GError* , or NULL . |