Searched defs:joystick_hwdata (Results 1 – 13 of 13) sorted by relevance
30 struct joystick_hwdata struct32 int fd;37 SDL_bool ff_rumble;38 SDL_bool ff_sine;43 struct hwdata_hat46 } *hats;48 struct hwdata_ball51 } *balls;59 struct axis_correct65 SDL_bool fresh;[all …]
31 typedef struct joystick_hwdata struct51 struct joystick_hwdata *next; argument52 } joystick_hwdata; typedef
33 typedef struct joystick_hwdata struct47 struct joystick_hwdata *next; argument48 } joystick_hwdata; typedef
46 struct joystick_hwdata struct48 IOHIDDeviceRef deviceRef; /* HIDManager device handle */49 io_service_t ffservice; /* Interface for force feedback, 0 = no ff */50 FFDeviceObjectReference ffdevice;51 FFEFFECT *ffeffect;75 struct joystick_hwdata *pNext; /* next device */ argument
66 struct joystick_hwdata struct68 SDL_JoystickGUID guid;71 LPDIRECTINPUTDEVICE8 InputDevice;72 DIDEVCAPS Capabilities;73 SDL_bool buffered;74 input_t Inputs[MAX_INPUTS];75 int NumInputs;76 int NumSliders;77 SDL_bool ff_initialized;78 DIEFFECT *ffeffect;[all …]
53 struct joystick_hwdata struct56 UINT id;60 struct _transaxis64 } transaxis[6];
35 struct joystick_hwdata struct37 __x_ABI_CWindows_CGaming_CInput_CIRawGameController *controller;38 __x_ABI_CWindows_CGaming_CInput_CIGameController *gamecontroller;39 __x_ABI_CWindows_CGaming_CInput_CIGameControllerBatteryInfo *battery;40 __x_ABI_CWindows_CGaming_CInput_CIGamepad *gamepad;41 UINT64 timestamp;
116 struct joystick_hwdata struct118 …d; /* reserving a value here to ensure the new SDL_hidapijoystick.c code never dereferences this */119 SDL_RAWINPUT_Device *device;
46 struct joystick_hwdata struct48 BJoystick *stick;49 uint8 *new_hats;50 int16 *new_axes;
177 struct joystick_hwdata struct179 int fd;180 char *path;182 {185 } type;186 struct report_desc *repdesc;187 struct report inreport;188 int axis_map[JOYAXE_count]; /* map present JOYAXE_* to 0,1,.. */
48 typedef SDL_joylist_item joystick_hwdata; typedef
53 typedef SDL_joylist_item joystick_hwdata; typedef
57 struct joystick_hwdata struct59 SDL_HIDAPI_Device *device;
Completed in 16 milliseconds