Searched refs:CONTROL_JoyButtonState (Results 1 – 2 of 2) sorted by relevance
51 static int32 CONTROL_JoyButtonState[MAXJOYBUTTONS]; variable562 CONTROL_JoyButtonState, in CONTROL_GetDeviceButtons()762 p1[j] |= CONTROL_JoyButtonState[i]; in CONTROL_ButtonFunctionState()797 if (CONTROL_JoyButtonState[joybutton_DpadUp]) in CONTROL_GetUserInput()799 else if (CONTROL_JoyButtonState[joybutton_DpadDown]) in CONTROL_GetUserInput()801 else if (CONTROL_JoyButtonState[joybutton_DpadLeft]) in CONTROL_GetUserInput()803 else if (CONTROL_JoyButtonState[joybutton_DpadRight]) in CONTROL_GetUserInput()816 info->button0 = CONTROL_MouseButtonState[mousebutton_Left] | CONTROL_JoyButtonState[joybutton_A]; in CONTROL_GetUserInput()817 info->button1 = CONTROL_MouseButtonState[mousebutton_Right] | CONTROL_JoyButtonState[joybutton_B]; in CONTROL_GetUserInput()
64 static int32_t CONTROL_JoyButtonState[MAXJOYBUTTONS]; variable503 CONTROL_JoyButtonState, in CONTROL_GetDeviceButtons()724 auto const state = CONTROL_JoyButtonState[i]; in CONTROL_ButtonFunctionState()