Tachyon (current)  Current Main Branch
Data Fields
evio Struct Reference

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
 

Detailed Description

Definition at line 80 of file eventio.c.

Field Documentation

◆ absbit

unsigned long evio::absbit[EVIO_BITSTOLONGS(ABS_MAX)]

Definition at line 88 of file eventio.c.

Referenced by evio_open().

◆ devid

struct input_id evio::devid

Definition at line 84 of file eventio.c.

Referenced by evio_open(), and evio_print_devinfo().

◆ devjoystick

int evio::devjoystick

◆ devname

char evio::devname[2048]

Definition at line 83 of file eventio.c.

Referenced by evio_open(), and evio_print_devinfo().

◆ devpath

char evio::devpath[2048]

Definition at line 82 of file eventio.c.

Referenced by evio_open(), and evio_print_devinfo().

◆ devspaceball

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().

◆ evbit

unsigned long evio::evbit[EVIO_BITSTOLONGS(EV_MAX)]

Definition at line 85 of file eventio.c.

Referenced by evio_open().

◆ fd

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().

◆ inpev

struct input_event evio::inpev

Definition at line 90 of file eventio.c.

Referenced by evio_read_events().

◆ keybit

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().

◆ keystate

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().

◆ relbit

unsigned long evio::relbit[EVIO_BITSTOLONGS(REL_MAX)]

Definition at line 89 of file eventio.c.

Referenced by evio_open().


The documentation for this struct was generated from the following file: