Home
last modified time | relevance | path

Searched defs:joystick_hwdata (Results 1 – 25 of 74) sorted by relevance

123

/dports/devel/sdl20/SDL2-2.0.18/src/joystick/iphoneos/
H A DSDL_mfijoystick_c.h31 typedef struct joystick_hwdata struct
55 struct joystick_hwdata *next; argument
56 } joystick_hwdata; typedef
/dports/x11/controllermap/SDL2-2.0.18/src/joystick/iphoneos/
H A DSDL_mfijoystick_c.h31 typedef struct joystick_hwdata struct
55 struct joystick_hwdata *next; argument
56 } joystick_hwdata; typedef
/dports/devel/sdl20/SDL2-2.0.18/src/joystick/linux/
H A DSDL_sysjoystick_c.h30 struct joystick_hwdata struct
32 int fd;
38 SDL_bool ff_sine;
43 struct hwdata_hat
46 } *hats;
51 } *balls;
60 SDL_bool classic;
61 Uint16 *key_pam;
62 Uint8 *abs_pam;
77 SDL_bool fresh;
[all …]
/dports/x11/controllermap/SDL2-2.0.18/src/joystick/linux/
H A DSDL_sysjoystick_c.h30 struct joystick_hwdata struct
32 int fd;
38 SDL_bool ff_sine;
43 struct hwdata_hat
46 } *hats;
51 } *balls;
60 SDL_bool classic;
61 Uint16 *key_pam;
62 Uint8 *abs_pam;
77 SDL_bool fresh;
[all …]
/dports/devel/sdl20/SDL2-2.0.18/src/joystick/virtual/
H A DSDL_virtualjoystick_c.h33 typedef struct joystick_hwdata struct
47 struct joystick_hwdata *next; argument
48 } joystick_hwdata; typedef
/dports/x11/controllermap/SDL2-2.0.18/src/joystick/virtual/
H A DSDL_virtualjoystick_c.h33 typedef struct joystick_hwdata struct
47 struct joystick_hwdata *next; argument
48 } joystick_hwdata; typedef
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/joystick/iphoneos/
H A DSDL_sysjoystick_c.h31 typedef struct joystick_hwdata struct
51 struct joystick_hwdata *next; argument
52 } joystick_hwdata; typedef
/dports/devel/sdl20/SDL2-2.0.18/src/joystick/darwin/
H A DSDL_iokitjoystick_c.h46 struct joystick_hwdata struct
48 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
/dports/x11/controllermap/SDL2-2.0.18/src/joystick/darwin/
H A DSDL_iokitjoystick_c.h46 struct joystick_hwdata struct
48 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
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/joystick/iphoneos/
H A DSDL_sysjoystick_c.h31 typedef struct joystick_hwdata struct
47 struct joystick_hwdata *next; argument
48 } joystick_hwdata; typedef
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/joystick/iphoneos/
H A DSDL_sysjoystick_c.h31 typedef struct joystick_hwdata struct
47 struct joystick_hwdata *next; argument
48 } joystick_hwdata; typedef
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/joystick/iphoneos/
H A DSDL_sysjoystick_c.h31 typedef struct joystick_hwdata struct
47 struct joystick_hwdata *next; argument
48 } joystick_hwdata; typedef
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/joystick/linux/
H A DSDL_sysjoystick_c.h27 struct joystick_hwdata struct
29 int fd;
31 SDL_JoystickGUID guid;
35 struct hwdata_hat
38 } *hats;
40 struct hwdata_ball
43 } *balls;
46 Uint8 key_map[KEY_MAX];
47 Uint8 abs_map[ABS_MAX];
48 struct axis_correct
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/joystick/linux/
H A DSDL_sysjoystick_c.h27 struct joystick_hwdata struct
29 int fd;
31 SDL_JoystickGUID guid;
35 struct hwdata_hat
38 } *hats;
40 struct hwdata_ball
43 } *balls;
47 Uint8 abs_map[ABS_MAX];
48 struct axis_correct
52 } abs_correct[ABS_MAX];
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/joystick/linux/
H A DSDL_sysjoystick_c.h27 struct joystick_hwdata struct
29 int fd;
31 SDL_JoystickGUID guid;
35 struct hwdata_hat
38 } *hats;
40 struct hwdata_ball
43 } *balls;
47 Uint8 abs_map[ABS_MAX];
48 struct axis_correct
52 } abs_correct[ABS_MAX];
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/joystick/linux/
H A DSDL_sysjoystick_c.h27 struct joystick_hwdata struct
29 int fd;
31 SDL_JoystickGUID guid;
35 struct hwdata_hat
38 } *hats;
40 struct hwdata_ball
43 } *balls;
47 Uint8 abs_map[ABS_MAX];
48 struct axis_correct
52 } abs_correct[ABS_MAX];
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/joystick/darwin/
H A DSDL_sysjoystick_c.h44 struct joystick_hwdata struct
67 struct joystick_hwdata *pNext; /* next device */ argument
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/joystick/darwin/
H A DSDL_sysjoystick_c.h44 struct joystick_hwdata struct
67 struct joystick_hwdata *pNext; /* next device */ argument
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/joystick/darwin/
H A DSDL_sysjoystick_c.h44 struct joystick_hwdata struct
67 struct joystick_hwdata *pNext; /* next device */ argument
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/joystick/darwin/
H A DSDL_sysjoystick_c.h44 struct joystick_hwdata struct
67 struct joystick_hwdata *pNext; /* next device */ argument
/dports/devel/sdl20/SDL2-2.0.18/src/joystick/windows/
H A DSDL_windowsjoystick_c.h66 struct joystick_hwdata struct
68 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 …]
/dports/x11/controllermap/SDL2-2.0.18/src/joystick/windows/
H A DSDL_windowsjoystick_c.h66 struct joystick_hwdata struct
68 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 …]
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/joystick/windows/
H A DSDL_windowsjoystick_c.h65 struct joystick_hwdata struct
67 SDL_JoystickGUID guid;
68 SDL_bool removed;
69 SDL_bool send_remove_event;
72 LPDIRECTINPUTDEVICE8 InputDevice;
73 DIDEVCAPS Capabilities;
74 SDL_bool buffered;
75 input_t Inputs[MAX_INPUTS];
76 int NumInputs;
77 int NumSliders;
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/joystick/windows/
H A DSDL_windowsjoystick_c.h65 struct joystick_hwdata struct
67 SDL_JoystickGUID guid;
68 SDL_bool removed;
69 SDL_bool send_remove_event;
72 LPDIRECTINPUTDEVICE8 InputDevice;
73 DIDEVCAPS Capabilities;
74 SDL_bool buffered;
75 input_t Inputs[MAX_INPUTS];
76 int NumInputs;
77 int NumSliders;
[all …]
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/joystick/windows/
H A DSDL_windowsjoystick_c.h66 struct joystick_hwdata struct
68 SDL_JoystickGUID guid;
69 SDL_bool removed;
70 SDL_bool send_remove_event;
73 LPDIRECTINPUTDEVICE8 InputDevice;
74 DIDEVCAPS Capabilities;
75 SDL_bool buffered;
76 input_t Inputs[MAX_INPUTS];
77 int NumInputs;
78 int NumSliders;
[all …]

123