Home
last modified time | relevance | path

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

/dports/games/openbor/openbor-3caaddd5/engine/sdl/
H A Dcontrol.c24 DEVICE_TYPE_CONTROLLER, // XInput compatible controller enumerator
168 devices[deviceID].deviceType = DEVICE_TYPE_CONTROLLER; in setup_joystick()
272 if (device->deviceType == DEVICE_TYPE_CONTROLLER) in control_exit()
359 case DEVICE_TYPE_CONTROLLER: in control_resetmappings()
397 if (devices[i].deviceType == DEVICE_TYPE_CONTROLLER && in handle_events()
436 … devices[i].deviceType == DEVICE_TYPE_CONTROLLER ? "controller" : "joystick", in handle_events()
450 if (devices[i].deviceType == DEVICE_TYPE_CONTROLLER && in handle_events()
506 remapDevice->deviceType == DEVICE_TYPE_CONTROLLER && in handle_events()
516 remapDevice->deviceType == DEVICE_TYPE_CONTROLLER && in handle_events()
666 else if (device->deviceType == DEVICE_TYPE_CONTROLLER) in is_key_pressed()
[all …]