Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/joystick/bsd/
DSDL_sysjoystick.c225 hatval_to_sdl(Sint32 hatval) in hatval_to_sdl() argument
232 if ((hatval & 7) == hatval) in hatval_to_sdl()
233 result = hat_dir_map[hatval]; in hatval_to_sdl()