Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/haptic/linux/
DSDL_syshaptic.c632 Uint16 ff_button; in SDL_SYS_ToButton() local
634 ff_button = 0; in SDL_SYS_ToButton()
641 ff_button = BTN_GAMEPAD + button - 1; in SDL_SYS_ToButton()
644 return ff_button; in SDL_SYS_ToButton()