Home
last modified time | relevance | path

Searched refs:axis_map (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/joystick/bsd/
A DSDL_sysjoystick.c188 int axis_map[JOYAXE_count]; /* map present JOYAXE_* to 0,1,.. */ member
387 hw->axis_map[ax] = -1;
456 hw->axis_map[i] = -1;
484 hw->axis_map[joyaxe] = 1;
507 if (hw->axis_map[i] > 0)
508 hw->axis_map[i] = joy->naxes++;
615 naxe = joy->hwdata->axis_map[joyaxe];

Completed in 5 milliseconds