1INPUT_GET_KEYCODE(9) Input Subsystem INPUT_GET_KEYCODE(9)
23
4
NAME
6input_get_keycode - retrieve keycode currently mapped to a given
7scancode
8
SYNOPSIS
10int input_get_keycode(struct input_dev * dev,
11struct input_keymap_entry * ke);
12
ARGUMENTS
14dev
15input device which keymap is being queried
1617
ke
18keymap entry
19
DESCRIPTION
21This function should be called by anyone interested in retrieving
22current keymap. Presently evdev handlers use it.
23
COPYRIGHT
25Kernel Hackers Manual 3.10 June 2019 INPUT_GET_KEYCODE(9)