Tachyon (current)
Current Main Branch
|
Data Fields | |
int | fd |
char | devpath [2048] |
char | devname [2048] |
struct input_id | devid |
unsigned long | evbit [EVIO_BITSTOLONGS(EV_MAX)] |
unsigned long | keybit [EVIO_BITSTOLONGS(KEY_MAX)] |
unsigned long | keystate [EVIO_BITSTOLONGS(KEY_MAX)] |
unsigned long | absbit [EVIO_BITSTOLONGS(ABS_MAX)] |
unsigned long | relbit [EVIO_BITSTOLONGS(REL_MAX)] |
struct input_event | inpev |
int | devjoystick |
int | devspaceball |
unsigned long evio::absbit[EVIO_BITSTOLONGS(ABS_MAX)] |
Definition at line 88 of file eventio.c.
Referenced by evio_open().
struct input_id evio::devid |
Definition at line 84 of file eventio.c.
Referenced by evio_open(), and evio_print_devinfo().
int evio::devjoystick |
Definition at line 91 of file eventio.c.
Referenced by evio_dev_joystick(), evio_dev_recognized(), evio_get_joystick_status(), evio_open(), and evio_print_devinfo().
char evio::devname[2048] |
Definition at line 83 of file eventio.c.
Referenced by evio_open(), and evio_print_devinfo().
char evio::devpath[2048] |
Definition at line 82 of file eventio.c.
Referenced by evio_open(), and evio_print_devinfo().
int evio::devspaceball |
Definition at line 92 of file eventio.c.
Referenced by evio_dev_recognized(), evio_dev_spaceball(), evio_open(), and evio_print_devinfo().
unsigned long evio::evbit[EVIO_BITSTOLONGS(EV_MAX)] |
Definition at line 85 of file eventio.c.
Referenced by evio_open().
int evio::fd |
Definition at line 81 of file eventio.c.
Referenced by evio_close(), evio_get_joystick_status(), evio_open(), and evio_read_events().
struct input_event evio::inpev |
Definition at line 90 of file eventio.c.
Referenced by evio_read_events().
unsigned long evio::keybit[EVIO_BITSTOLONGS(KEY_MAX)] |
Definition at line 86 of file eventio.c.
Referenced by evio_get_joystick_status(), and evio_open().
unsigned long evio::keystate[EVIO_BITSTOLONGS(KEY_MAX)] |
Definition at line 87 of file eventio.c.
Referenced by evio_get_button_status(), and evio_get_joystick_status().
unsigned long evio::relbit[EVIO_BITSTOLONGS(REL_MAX)] |
Definition at line 89 of file eventio.c.
Referenced by evio_open().