Method
MksKeyboardpress
Declaration [src]
void
mks_keyboard_press (
MksKeyboard* self,
guint keycode,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Parameters
keycode
-
Type:
guint
The hardware keycode.
cancellable
-
Type:
GCancellable
A
GCancellable
.The argument can be NULL
.The data is owned by the caller of the function. callback
-
Type:
GAsyncReadyCallback
A
GAsyncReadyCallback
to execute upon completion.The argument can be NULL
. user_data
-
Type:
gpointer
Closure data for
callback
.The argument can be NULL
.The data is owned by the caller of the function.