Home
last modified time | relevance | path

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

/dports/devel/sdl20/SDL2-2.0.18/src/joystick/hidapi/
H A DSDL_hidapi_steam.c1034 float update_rate_in_hz = 0.0f; in HIDAPI_DriverSteam_OpenJoystick() local
1055 update_rate_in_hz = 1000000.0f / update_rate_in_us; in HIDAPI_DriverSteam_OpenJoystick()
1064 SDL_PrivateJoystickAddSensor(joystick, SDL_SENSOR_GYRO, update_rate_in_hz); in HIDAPI_DriverSteam_OpenJoystick()
1065 SDL_PrivateJoystickAddSensor(joystick, SDL_SENSOR_ACCEL, update_rate_in_hz); in HIDAPI_DriverSteam_OpenJoystick()
/dports/x11/controllermap/SDL2-2.0.18/src/joystick/hidapi/
H A DSDL_hidapi_steam.c1034 float update_rate_in_hz = 0.0f; in HIDAPI_DriverSteam_OpenJoystick() local
1055 update_rate_in_hz = 1000000.0f / update_rate_in_us; in HIDAPI_DriverSteam_OpenJoystick()
1064 SDL_PrivateJoystickAddSensor(joystick, SDL_SENSOR_GYRO, update_rate_in_hz); in HIDAPI_DriverSteam_OpenJoystick()
1065 SDL_PrivateJoystickAddSensor(joystick, SDL_SENSOR_ACCEL, update_rate_in_hz); in HIDAPI_DriverSteam_OpenJoystick()