Home | History | Annotate | Download | only in linux

Lines Matching refs:naxes

45 	int naxes;
131 int naxes;
593 joystick->naxes = 2;
595 joystick->naxes = n;
610 joystick->naxes = tmp_naxes;
621 joystick->naxes = special_joysticks[i].naxes;
643 joystick->naxes = tmp_naxes;
722 joystick->hwdata->abs_map[i] = joystick->naxes;
738 ++joystick->naxes;
780 joystick->naxes = layout->naxes;
788 This should fill the nbuttons and naxes fields of the joystick structure.
1010 if ( events[i].number < joystick->naxes ) {
1019 events[i].number -= joystick->naxes;