libhd
5.0
|
mouse protocol info More...
#include <hd.h>
Data Fields | |
union driver_info_u * | next |
enum driver_info_type | type |
driver info type More... | |
str_list_t * | hddb0 |
str_list_t * | hddb1 |
the actual driver database entries More... | |
char * | xf86 |
the XF86 protocol name More... | |
char * | gpm |
dto, gpm More... | |
int | buttons |
number of buttons, -1 –> unknown More... | |
int | wheels |
dto, wheels More... | |
mouse protocol info
int driver_info_mouse_t::buttons |
number of buttons, -1 –> unknown
Referenced by dump_normal(), and expand_driver_info().
char* driver_info_mouse_t::gpm |
dto, gpm
Referenced by dump_normal(), expand_driver_info(), and free_driver_info().
str_list_t* driver_info_mouse_t::hddb0 |
Referenced by expand_driver_info().
str_list_t * driver_info_mouse_t::hddb1 |
the actual driver database entries
union driver_info_u* driver_info_mouse_t::next |
enum driver_info_type driver_info_mouse_t::type |
driver info type
int driver_info_mouse_t::wheels |
dto, wheels
Referenced by dump_normal(), and expand_driver_info().
char* driver_info_mouse_t::xf86 |
the XF86 protocol name
Referenced by dump_normal(), expand_driver_info(), and free_driver_info().