Home
last modified time | relevance | path

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

/dports/emulators/hugo/hugo-2.12/
H A Dsys_inp.h78 J_PXAXIS, enumerator
H A Dosd_keyboard.c214 joy[J_PXAXIS] = in read_input()
217 joy_mapping[J_PXAXIS]); in read_input()
256 || (joy[J_PXAXIS] < -16384)) in read_input()
259 || (joy[J_PXAXIS] > 16383)) in read_input()
555 sdl_config_joypad_axis (which, J_PXAXIS, bad_vals, n); in sdl_config_joypad()
599 config[current_config].individual_config[which].joy_mapping[J_PXAXIS], in sdl_config_joypad()
H A Dpce.h385 #define J_PXAXIS 16 macro
H A Dgtk_main.c477 for (; button_index < J_PXAXIS; button_index++) in gtk_update_player_configuration()
699 if (direction_index < J_PXAXIS) in gtk_grab_control()