Method

AtspiDevicenotify_key

Declaration [src]

gboolean
atspi_device_notify_key (
  AtspiDevice* device,
  gboolean pressed,
  int keycode,
  int keysym,
  gint state,
  gchar* text
)

Description

No description available.

Parameters

pressed gboolean
  No description available.
keycode int
  No description available.
keysym int
  No description available.
state gint
  No description available.
text gchar*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.

Return value

Returns: gboolean
  No description available.