Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_sysjoystick.h38 SDL_bool has_second_value; /* Whether we've seen a second value on the axis yet */ member
A DSDL_joystick.c1175 …(!info->has_second_value && (info->initial_value <= -32767 || info->initial_value == 32767) && SDL… in SDL_PrivateJoystickAxis()
1183 info->has_second_value = SDL_TRUE; in SDL_PrivateJoystickAxis()

Completed in 7 milliseconds