Rechercher une page de manuel
struct_matrix_keymap_data
Langue: en
Version: October 2010 (fedora - 01/12/10)
Section: 9 (Appels noyau Linux)
NAME
struct_matrix_keymap_data - keymap for matrix keyboardsSYNOPSIS
struct matrix_keymap_data { const uint32_t * keymap; unsigned int keymap_size; };
MEMBERS
keymap
- pointer to array of uint32 values encoded with KEY macro representing keymap
keymap_size
- number of entries (initialized) in this keymap
DESCRIPTION
This structure is supposed to be used by platform code to supply keymaps to drivers that implement matrix-like keypads/keyboards.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre