方法
GtkIMContextfilter_key
声明 [原文位置]
gboolean
gtk_im_context_filter_key (
GtkIMContext* context,
gboolean press,
GdkSurface* surface,
GdkDevice* device,
guint32 time,
guint keycode,
GdkModifierType state,
int group
)
参数
press-
类型:
gboolean是否转发按键或释放事件。
surface-
类型:
GdkSurface事件的表面。
数据由方法的调用者拥有。 device-
类型:
GdkDevice事件的设备。
数据由方法的调用者拥有。 time-
类型:
guint32事件的时间戳。
keycode-
类型:
guint事件的键码。
state-
类型:
GdkModifierType事件的修饰符状态。
group-
类型:
int事件的活跃键盘组。