Method

ValentInputkeyboard_keysym

unstable since: 1.0

Declaration [src]

void
valent_input_keyboard_keysym (
  ValentInput* input,
  uint32_t keysym,
  gboolean state
)

Description [src]

Press or release keysym.

Available since: 1.0

Parameters

keysym

Type: uint32_t

A keysym.

state

Type: gboolean

TRUE to press, or FALSE to release.