Method
GVncConnectionkey_event
Declaration [src]
gboolean
vnc_connection_key_event (
VncConnection* conn,
gboolean down_flag,
guint32 key,
guint16 scancode
)
Description [src]
Send a key press/release event to the server. By default the
event will be sent with the X11 key code from key
. If the
extended key event protocol extension is active, the scancode
will be sent instead.