Method
XdpSessionkeyboard_key
Declaration [src]
void
xdp_session_keyboard_key (
  XdpSession* session,
  gboolean keysym,
  int key,
  XdpKeyState state
)
Description [src]
Changes the state of the key to state.
May only be called on a remote desktop session
with XDP_DEVICE_KEYBOARD access.
Parameters
- keysym
- 
            Type: gbooleanWhether to interpret keyas a keysym instead of a keycode.
- key
- 
            Type: intThe keysym or keycode to change. 
- state
- 
            Type: XdpKeyStateThe new state.