HomeSort by relevance Sort by last modified time
    Searched full:new_axes (Results 1 - 1 of 1) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/joystick/beos/
SDL_bejoystick.cc 49 int16 *new_axes; member in struct:joystick_hwdata
127 joystick->hwdata->new_axes = (int16 *)
131 if ( ! joystick->hwdata->new_hats || ! joystick->hwdata->new_axes ) {
169 axes = joystick->hwdata->new_axes;
211 if ( joystick->hwdata->new_axes ) {
212 SDL_free(joystick->hwdata->new_axes);

Completed in 78 milliseconds