Function

MksKeyboardtranslate

Declaration [src]

void
mks_keyboard_translate (
  guint keyval,
  guint keycode,
  guint* translated
)

Description [src]

Translate a keycode to a QEMU compatible one.

Parameters

keyval

Type: guint

The keyval.

keycode

Type: guint

The hardware keycode.

translated

Type: guint*

The translated keycode.

The argument will be set by the function.