Home
last modified time | relevance | path

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

/dports/graphics/darktable38/darktable-3.8.0/src/libs/tools/
H A Dgamepad.c145 void process_axis_and_send(gamepad_device *gamepad, Uint32 timestamp) in process_axis_and_send() function
224 process_axis_and_send(gamepad, event.cbutton.timestamp); in poll_gamepad_devices()
230 process_axis_and_send(gamepad, event.cbutton.timestamp); in poll_gamepad_devices()
243 …for(GSList *gamepads = self->data; gamepads; gamepads = gamepads->next) process_axis_and_send(game… in poll_gamepad_devices()