Searched refs:has_key (Results 1 – 6 of 6) sorted by relevance
998 if (joystick->hwdata->has_key[i]) { in PollAllValues()1211 if (joystick->hwdata->has_key[BTN_SOUTH]) { in LINUX_JoystickGetGamepadMapping()1216 if (joystick->hwdata->has_key[BTN_EAST]) { in LINUX_JoystickGetGamepadMapping()1221 if (joystick->hwdata->has_key[BTN_NORTH]) { in LINUX_JoystickGetGamepadMapping()1226 if (joystick->hwdata->has_key[BTN_WEST]) { in LINUX_JoystickGetGamepadMapping()1251 if (joystick->hwdata->has_key[BTN_MODE]) { in LINUX_JoystickGetGamepadMapping()1262 if (joystick->hwdata->has_key[BTN_TL]) { in LINUX_JoystickGetGamepadMapping()1267 if (joystick->hwdata->has_key[BTN_TR]) { in LINUX_JoystickGetGamepadMapping()1273 (!joystick->hwdata->has_key[BTN_TL] || !joystick->hwdata->has_key[BTN_TR])) { in LINUX_JoystickGetGamepadMapping()1322 (!joystick->hwdata->has_key[BTN_DPAD_LEFT] || !joystick->hwdata->has_key[BTN_DPAD_RIGHT] || in LINUX_JoystickGetGamepadMapping()[all …]
56 SDL_bool has_key[KEY_MAX]; member
42 if self.identifiers.has_key( name ):
346 if not self.sections.has_key( section_name ):440 if self.sections.has_key( sec ):
322 elif self.identifiers.has_key( name ):
5053 if self.children.has_key( letter ):
Completed in 12 milliseconds