Method
PosVkDriverkey_press_gdk
Declaration [src]
void
pos_vk_driver_key_press_gdk (
PosVkDriver* self,
guint key,
GdkModifierType modifiers
)
Description [src]
Given a GDK keycode and modifier simulate a press of that key. We only handle the US layout. Improvements are welcome.
Parameters
key
-
Type:
guint
No description available.
modifiers
-
Type:
GdkModifierType
The modifiers as used by GDK.