Mercurial > sdl-ios-xcode
annotate src/haptic/darwin/SDL_syshaptic.c @ 2550:b5b8a7f4a965 gsoc2008_force_feedback
Reset device and enable actuators when initializing.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Wed, 30 Jul 2008 10:28:37 +0000 |
parents | 3cfe0ae232c0 |
children | ee048e7bc909 |
rev | line source |
---|---|
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1 /* |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
2 SDL - Simple DirectMedia Layer |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
3 Copyright (C) 2008 Edgar Simo |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
4 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
5 This library is free software; you can redistribute it and/or |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
6 modify it under the terms of the GNU Lesser General Public |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
7 License as published by the Free Software Foundation; either |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
8 version 2.1 of the License, or (at your option) any later version. |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
9 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
10 This library is distributed in the hope that it will be useful, |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
11 but WITHOUT ANY WARRANTY; without even the implied warranty of |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
13 Lesser General Public License for more details. |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
14 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
15 You should have received a copy of the GNU Lesser General Public |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
16 License along with this library; if not, write to the Free Software |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
17 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
18 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
19 Sam Lantinga |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
20 slouken@libsdl.org |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
21 */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
22 #include "SDL_config.h" |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
23 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
24 #ifdef SDL_HAPTIC_IOKIT |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
25 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
26 #include "SDL_haptic.h" |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
27 #include "../SDL_syshaptic.h" |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
28 #include "SDL_joystick.h" |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
29 #include "../../joystick/SDL_sysjoystick.h" /* For the real SDL_Joystick */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
30 /*#include "../../joystick/dawrin/SDL_sysjoystick_c.h"*/ /* For joystick hwdata */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
31 |
2522
0877146be013
Now compiles cleanly (has yet to work though).
Edgar Simo <bobbens@gmail.com>
parents:
2521
diff
changeset
|
32 #include <IOKit/IOKitLib.h> |
0877146be013
Now compiles cleanly (has yet to work though).
Edgar Simo <bobbens@gmail.com>
parents:
2521
diff
changeset
|
33 #include <IOKit/hid/IOHIDKeys.h> |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
34 #include <ForceFeedback/ForceFeedback.h> |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
35 #include <ForceFeedback/ForceFeedbackConstants.h> |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
36 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
37 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
38 #define MAX_HAPTICS 32 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
39 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
40 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
41 /* |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
42 * List of available haptic devices. |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
43 */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
44 static struct |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
45 { |
2537
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
46 char name[256]; |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
47 io_service_t dev; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
48 SDL_Haptic *haptic; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
49 } SDL_hapticlist[MAX_HAPTICS]; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
50 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
51 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
52 /* |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
53 * Haptic system hardware data. |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
54 */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
55 struct haptic_hwdata |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
56 { |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
57 FFDeviceObjectReference device; /* Hardware device. */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
58 }; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
59 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
60 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
61 /* |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
62 * Haptic system effect data. |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
63 */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
64 struct haptic_hweffect |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
65 { |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
66 FFEffectObjectReference ref; /* Reference. */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
67 struct FFEFFECT effect; /* Hardware effect. */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
68 }; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
69 |
2531
7f2a4c387292
Fixed some inconsistancies in coding style.
Edgar Simo <bobbens@gmail.com>
parents:
2530
diff
changeset
|
70 /* |
7f2a4c387292
Fixed some inconsistancies in coding style.
Edgar Simo <bobbens@gmail.com>
parents:
2530
diff
changeset
|
71 * Prototypes. |
7f2a4c387292
Fixed some inconsistancies in coding style.
Edgar Simo <bobbens@gmail.com>
parents:
2530
diff
changeset
|
72 */ |
2537
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
73 static void SDL_SYS_HapticFreeFFEFFECT(FFEFFECT * effect, int type); |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
74 static int HIDGetDeviceProduct(io_service_t dev, char * name); |
2531
7f2a4c387292
Fixed some inconsistancies in coding style.
Edgar Simo <bobbens@gmail.com>
parents:
2530
diff
changeset
|
75 |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
76 |
2541 | 77 /* |
78 * Like strerror but for force feedback errors. | |
79 */ | |
80 static const char * | |
81 FFStrError(HRESULT err) | |
82 { | |
83 switch (err) { | |
84 case FFERR_DEVICEFULL: | |
85 return "device full"; | |
2543
3544a632064c
Commented out a bit until definition is found.
Edgar Simo <bobbens@gmail.com>
parents:
2542
diff
changeset
|
86 /*case FFERR_DEVICENOTREG: |
3544a632064c
Commented out a bit until definition is found.
Edgar Simo <bobbens@gmail.com>
parents:
2542
diff
changeset
|
87 return "device not registered";*/ |
2541 | 88 case FFERR_DEVICEPAUSED: |
89 return "device paused"; | |
90 case FFERR_DEVICERELEASED: | |
91 return "device released"; | |
92 case FFERR_EFFECTPLAYING: | |
93 return "effect playing"; | |
94 case FFERR_EFFECTTYPEMISMATCH: | |
95 return "effect type mismatch"; | |
96 case FFERR_EFFECTTYPENOTSUPPORTED: | |
97 return "effect type not supported"; | |
98 case FFERR_GENERIC: | |
99 return "undetermined error"; | |
100 case FFERR_HASEFFECTS: | |
101 return "device has effects"; | |
102 case FFERR_INCOMPLETEEFFECT: | |
103 return "incomplete effect"; | |
104 case FFERR_INTERNAL: | |
105 return "internal fault"; | |
106 case FFERR_INVALIDDOWNLOADID: | |
107 return "invalid download id"; | |
108 case FFERR_INVALIDPARAM: | |
109 return "invalid parameter"; | |
110 case FFERR_MOREDATA: | |
111 return "more data"; | |
112 case FFERR_NOINTERFACE: | |
113 return "interface not supported"; | |
114 case FFERR_NOTDOWNLOADED: | |
115 return "effect is not downloaded"; | |
116 case FFERR_NOTINITIALIZED: | |
117 return "object has not been initialized"; | |
118 case FFERR_OUTOFMEMORY: | |
119 return "out of memory"; | |
120 case FFERR_UNPLUGGED: | |
121 return "device is unplugged"; | |
122 case FFERR_UNSUPPORTED: | |
123 return "function call unsupported"; | |
124 case FFERR_UNSUPPORTEDAXIS: | |
125 return "axis unsupported"; | |
126 | |
127 default: | |
128 return "unknown error"; | |
129 } | |
130 } | |
131 | |
132 | |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
133 /* |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
134 * Initializes the haptic subsystem. |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
135 */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
136 int |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
137 SDL_SYS_HapticInit(void) |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
138 { |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
139 int numhaptics; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
140 IOReturn result; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
141 io_iterator_t iter; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
142 CFDictionaryRef match; |
2521
7aa91c21ce5f
Many typo and silly mistake fixes.
Edgar Simo <bobbens@gmail.com>
parents:
2520
diff
changeset
|
143 io_service_t device; |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
144 |
2537
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
145 /* Clear all the memory. */ |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
146 SDL_memset(SDL_hapticlist, 0, sizeof(SDL_hapticlist)); |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
147 |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
148 /* Get HID devices. */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
149 match = IOServiceMatching(kIOHIDDeviceKey); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
150 if (match == NULL) { |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
151 SDL_SetError("Haptic: Failed to get IOServiceMatching."); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
152 return -1; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
153 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
154 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
155 /* Now search I/O Registry for matching devices. */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
156 result = IOServiceGetMatchingServices(kIOMasterPortDefault, match, &iter); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
157 if (result != kIOReturnSuccess) { |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
158 SDL_SetError("Haptic: Couldn't create a HID object iterator."); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
159 return -1; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
160 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
161 /* IOServiceGetMatchingServices consumes dictionary. */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
162 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
163 numhaptics = 0; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
164 while ((device = IOIteratorNext(iter)) != IO_OBJECT_NULL) { |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
165 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
166 /* Check for force feedback. */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
167 if (FFIsForceFeedback(device) == FF_OK) { |
2537
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
168 HIDGetDeviceProduct(device, SDL_hapticlist[numhaptics].name); |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
169 SDL_hapticlist[numhaptics].dev = device; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
170 SDL_hapticlist[numhaptics].haptic = NULL; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
171 numhaptics++; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
172 } |
2537
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
173 else { /* Free the unused device. */ |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
174 IOObjectRelease(device); |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
175 } |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
176 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
177 /* Reached haptic limit. */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
178 if (numhaptics >= MAX_HAPTICS) |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
179 break; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
180 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
181 IOObjectRelease(iter); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
182 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
183 return numhaptics; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
184 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
185 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
186 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
187 /* |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
188 * Return the name of a haptic device, does not need to be opened. |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
189 */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
190 const char * |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
191 SDL_SYS_HapticName(int index) |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
192 { |
2537
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
193 return SDL_hapticlist[index].name; |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
194 } |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
195 |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
196 /* |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
197 * Gets the device's product name. |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
198 */ |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
199 static int |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
200 HIDGetDeviceProduct(io_service_t dev, char *name) |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
201 { |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
202 CFMutableDictionaryRef hidProperties, usbProperties; |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
203 io_registry_entry_t parent1, parent2; |
2546
daf40497dcd4
Attempt to fix HIDGetDeviceProduct.
Edgar Simo <bobbens@gmail.com>
parents:
2543
diff
changeset
|
204 kern_return_t ret; |
2537
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
205 |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
206 hidProperties = usbProperties = 0; |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
207 |
2547
3cfe0ae232c0
Accidently left in hidDevice.
Edgar Simo <bobbens@gmail.com>
parents:
2546
diff
changeset
|
208 ret = IORegistryEntryCreateCFProperties(dev, &hidProperties, |
2546
daf40497dcd4
Attempt to fix HIDGetDeviceProduct.
Edgar Simo <bobbens@gmail.com>
parents:
2543
diff
changeset
|
209 kCFAllocatorDefault, |
daf40497dcd4
Attempt to fix HIDGetDeviceProduct.
Edgar Simo <bobbens@gmail.com>
parents:
2543
diff
changeset
|
210 kNilOptions); |
daf40497dcd4
Attempt to fix HIDGetDeviceProduct.
Edgar Simo <bobbens@gmail.com>
parents:
2543
diff
changeset
|
211 if ((ret != KERN_SUCCESS) || !hidProperties) { |
daf40497dcd4
Attempt to fix HIDGetDeviceProduct.
Edgar Simo <bobbens@gmail.com>
parents:
2543
diff
changeset
|
212 SDL_SetError("Haptic: Unable to create CFProperties."); |
daf40497dcd4
Attempt to fix HIDGetDeviceProduct.
Edgar Simo <bobbens@gmail.com>
parents:
2543
diff
changeset
|
213 return -1; |
daf40497dcd4
Attempt to fix HIDGetDeviceProduct.
Edgar Simo <bobbens@gmail.com>
parents:
2543
diff
changeset
|
214 } |
daf40497dcd4
Attempt to fix HIDGetDeviceProduct.
Edgar Simo <bobbens@gmail.com>
parents:
2543
diff
changeset
|
215 |
2537
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
216 /* Mac OS X currently is not mirroring all USB properties to HID page so need to look at USB device page also |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
217 * get dictionary for usb properties: step up two levels and get CF dictionary for USB properties |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
218 */ |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
219 if ((KERN_SUCCESS == |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
220 IORegistryEntryGetParentEntry(dev, kIOServicePlane, &parent1)) |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
221 && (KERN_SUCCESS == |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
222 IORegistryEntryGetParentEntry(parent1, kIOServicePlane, &parent2)) |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
223 && (KERN_SUCCESS == |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
224 IORegistryEntryCreateCFProperties(parent2, &usbProperties, |
2546
daf40497dcd4
Attempt to fix HIDGetDeviceProduct.
Edgar Simo <bobbens@gmail.com>
parents:
2543
diff
changeset
|
225 kCFAllocatorDefault, |
daf40497dcd4
Attempt to fix HIDGetDeviceProduct.
Edgar Simo <bobbens@gmail.com>
parents:
2543
diff
changeset
|
226 kNilOptions))) { |
2537
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
227 if (usbProperties) { |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
228 CFTypeRef refCF = 0; |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
229 /* get device info |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
230 * try hid dictionary first, if fail then go to usb dictionary |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
231 */ |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
232 |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
233 |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
234 /* Get product name */ |
2546
daf40497dcd4
Attempt to fix HIDGetDeviceProduct.
Edgar Simo <bobbens@gmail.com>
parents:
2543
diff
changeset
|
235 refCF = CFDictionaryGetValue(hidProperties, CFSTR(kIOHIDProductKey)); |
2537
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
236 if (!refCF) |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
237 refCF = |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
238 CFDictionaryGetValue(usbProperties, CFSTR("USB Product Name")); |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
239 if (refCF) { |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
240 if (!CFStringGetCString(refCF, name, 256, |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
241 CFStringGetSystemEncoding())) { |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
242 SDL_SetError("CFStringGetCString error retrieving pDevice->product."); |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
243 return -1; |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
244 } |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
245 } |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
246 |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
247 CFRelease(usbProperties); |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
248 } |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
249 else { |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
250 SDL_SetError("IORegistryEntryCreateCFProperties failed to create usbProperties."); |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
251 return -1; |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
252 } |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
253 |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
254 /* Release stuff. */ |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
255 if (kIOReturnSuccess != IOObjectRelease(parent2)) { |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
256 SDL_SetError("IOObjectRelease error with parent2."); |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
257 } |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
258 if (kIOReturnSuccess != IOObjectRelease(parent1)) { |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
259 SDL_SetError("IOObjectRelease error with parent1."); |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
260 } |
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
261 } |
2546
daf40497dcd4
Attempt to fix HIDGetDeviceProduct.
Edgar Simo <bobbens@gmail.com>
parents:
2543
diff
changeset
|
262 else { |
daf40497dcd4
Attempt to fix HIDGetDeviceProduct.
Edgar Simo <bobbens@gmail.com>
parents:
2543
diff
changeset
|
263 SDL_SetError("Haptic: Error getting registry entries."); |
daf40497dcd4
Attempt to fix HIDGetDeviceProduct.
Edgar Simo <bobbens@gmail.com>
parents:
2543
diff
changeset
|
264 return -1; |
daf40497dcd4
Attempt to fix HIDGetDeviceProduct.
Edgar Simo <bobbens@gmail.com>
parents:
2543
diff
changeset
|
265 } |
daf40497dcd4
Attempt to fix HIDGetDeviceProduct.
Edgar Simo <bobbens@gmail.com>
parents:
2543
diff
changeset
|
266 |
2537
8d92ec01f92f
Support for SDL_HapticName in darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2535
diff
changeset
|
267 return 0; |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
268 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
269 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
270 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
271 #define FF_TEST(ff, s) \ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
272 if (features.supportedEffects & ff) supported |= s |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
273 /* |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
274 * Gets supported features. |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
275 */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
276 static unsigned int |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
277 GetSupportedFeatures(FFDeviceObjectReference device, |
2527
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
278 int *neffects, int *nplaying, int *naxes) |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
279 { |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
280 HRESULT ret; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
281 FFCAPABILITIES features; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
282 unsigned int supported; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
283 Uint32 val; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
284 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
285 ret = FFDeviceGetForceFeedbackCapabilities(device, &features); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
286 if (ret != FF_OK) { |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
287 SDL_SetError("Haptic: Unable to get device's supported features."); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
288 return 0; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
289 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
290 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
291 supported = 0; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
292 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
293 /* Get maximum effects. */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
294 *neffects = features.storageCapacity; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
295 *nplaying = features.playbackCapacity; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
296 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
297 /* Test for effects. */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
298 FF_TEST(FFCAP_ET_CONSTANTFORCE, SDL_HAPTIC_CONSTANT); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
299 FF_TEST(FFCAP_ET_RAMPFORCE, SDL_HAPTIC_RAMP); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
300 FF_TEST(FFCAP_ET_SQUARE, SDL_HAPTIC_SQUARE); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
301 FF_TEST(FFCAP_ET_SINE, SDL_HAPTIC_SINE); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
302 FF_TEST(FFCAP_ET_TRIANGLE, SDL_HAPTIC_TRIANGLE); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
303 FF_TEST(FFCAP_ET_SAWTOOTHUP, SDL_HAPTIC_SAWTOOTHUP); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
304 FF_TEST(FFCAP_ET_SAWTOOTHDOWN, SDL_HAPTIC_SAWTOOTHDOWN); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
305 FF_TEST(FFCAP_ET_SPRING, SDL_HAPTIC_SPRING); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
306 FF_TEST(FFCAP_ET_DAMPER, SDL_HAPTIC_DAMPER); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
307 FF_TEST(FFCAP_ET_INERTIA, SDL_HAPTIC_INERTIA); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
308 FF_TEST(FFCAP_ET_FRICTION, SDL_HAPTIC_FRICTION); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
309 FF_TEST(FFCAP_ET_CUSTOMFORCE, SDL_HAPTIC_CUSTOM); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
310 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
311 /* Check if supports gain. */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
312 ret = FFDeviceGetForceFeedbackProperty(device, FFPROP_FFGAIN, |
2522
0877146be013
Now compiles cleanly (has yet to work though).
Edgar Simo <bobbens@gmail.com>
parents:
2521
diff
changeset
|
313 &val, sizeof(val)); |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
314 if (ret == FF_OK) supported |= SDL_HAPTIC_GAIN; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
315 else if (ret != FFERR_UNSUPPORTED) { |
2541 | 316 SDL_SetError("Haptic: Unable to get if device supports gain: %s.", |
2542
4e055fa7acb9
Fixed some stupid mistakes.
Edgar Simo <bobbens@gmail.com>
parents:
2541
diff
changeset
|
317 FFStrError(ret)); |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
318 return 0; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
319 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
320 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
321 /* Checks if supports autocenter. */ |
2521
7aa91c21ce5f
Many typo and silly mistake fixes.
Edgar Simo <bobbens@gmail.com>
parents:
2520
diff
changeset
|
322 ret = FFDeviceGetForceFeedbackProperty(device, FFPROP_AUTOCENTER, |
2522
0877146be013
Now compiles cleanly (has yet to work though).
Edgar Simo <bobbens@gmail.com>
parents:
2521
diff
changeset
|
323 &val, sizeof(val)); |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
324 if (ret == FF_OK) supported |= SDL_HAPTIC_AUTOCENTER; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
325 else if (ret != FFERR_UNSUPPORTED) { |
2541 | 326 SDL_SetError("Haptic: Unable to get if device supports autocenter: %s.", |
327 FFStrError(ret)); | |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
328 return 0; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
329 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
330 |
2527
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
331 /* Check for axes, we have an artificial limit on axes */ |
2528 | 332 *naxes = ((features.numFfAxes) > 3) ? |
2527
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
333 3 : features.numFfAxes; |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
334 |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
335 /* Always supported features. */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
336 supported |= SDL_HAPTIC_STATUS; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
337 return supported; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
338 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
339 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
340 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
341 /* |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
342 * Opens the haptic device from the file descriptor. |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
343 */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
344 static int |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
345 SDL_SYS_HapticOpenFromService(SDL_Haptic * haptic, io_service_t service) |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
346 { |
2541 | 347 HRESULT ret; |
348 | |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
349 /* Allocate the hwdata */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
350 haptic->hwdata = (struct haptic_hwdata *) |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
351 SDL_malloc(sizeof(*haptic->hwdata)); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
352 if (haptic->hwdata == NULL) { |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
353 SDL_OutOfMemory(); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
354 goto creat_err; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
355 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
356 SDL_memset(haptic->hwdata, 0, sizeof(*haptic->hwdata)); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
357 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
358 /* Open the device */ |
2541 | 359 ret = FFCreateDevice( service, &haptic->hwdata->device); |
360 if (ret != FF_OK) { | |
361 SDL_SetError("Haptic: Unable to create device from service: %s.", | |
362 FFStrError(ret)); | |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
363 goto creat_err; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
364 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
365 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
366 /* Get supported features. */ |
2550
b5b8a7f4a965
Reset device and enable actuators when initializing.
Edgar Simo <bobbens@gmail.com>
parents:
2547
diff
changeset
|
367 haptic->supported = GetSupportedFeatures( haptic->hwdata->device, |
b5b8a7f4a965
Reset device and enable actuators when initializing.
Edgar Simo <bobbens@gmail.com>
parents:
2547
diff
changeset
|
368 &haptic->neffects, &haptic->nplaying, |
b5b8a7f4a965
Reset device and enable actuators when initializing.
Edgar Simo <bobbens@gmail.com>
parents:
2547
diff
changeset
|
369 &haptic->naxes ); |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
370 if (haptic->supported == 0) { /* Error since device supports nothing. */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
371 goto open_err; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
372 } |
2550
b5b8a7f4a965
Reset device and enable actuators when initializing.
Edgar Simo <bobbens@gmail.com>
parents:
2547
diff
changeset
|
373 |
b5b8a7f4a965
Reset device and enable actuators when initializing.
Edgar Simo <bobbens@gmail.com>
parents:
2547
diff
changeset
|
374 |
b5b8a7f4a965
Reset device and enable actuators when initializing.
Edgar Simo <bobbens@gmail.com>
parents:
2547
diff
changeset
|
375 /* Reset and then enable actuators. */ |
b5b8a7f4a965
Reset device and enable actuators when initializing.
Edgar Simo <bobbens@gmail.com>
parents:
2547
diff
changeset
|
376 ret = FFDeviceSendForceFeedbackCommand( haptic->hwdata->device, |
b5b8a7f4a965
Reset device and enable actuators when initializing.
Edgar Simo <bobbens@gmail.com>
parents:
2547
diff
changeset
|
377 FFSFFC_RESET ); |
b5b8a7f4a965
Reset device and enable actuators when initializing.
Edgar Simo <bobbens@gmail.com>
parents:
2547
diff
changeset
|
378 if (ret != FF_OK) { |
b5b8a7f4a965
Reset device and enable actuators when initializing.
Edgar Simo <bobbens@gmail.com>
parents:
2547
diff
changeset
|
379 SDL_SetError("Haptic: Unable to reset device: %s.", FFStrError(ret)); |
b5b8a7f4a965
Reset device and enable actuators when initializing.
Edgar Simo <bobbens@gmail.com>
parents:
2547
diff
changeset
|
380 goto open_err; |
b5b8a7f4a965
Reset device and enable actuators when initializing.
Edgar Simo <bobbens@gmail.com>
parents:
2547
diff
changeset
|
381 } |
b5b8a7f4a965
Reset device and enable actuators when initializing.
Edgar Simo <bobbens@gmail.com>
parents:
2547
diff
changeset
|
382 ret = FFDeviceSendForceFeedbackCommand( haptic->hwdata->device, |
b5b8a7f4a965
Reset device and enable actuators when initializing.
Edgar Simo <bobbens@gmail.com>
parents:
2547
diff
changeset
|
383 FFSFFC_SETACTUATORSON ); |
b5b8a7f4a965
Reset device and enable actuators when initializing.
Edgar Simo <bobbens@gmail.com>
parents:
2547
diff
changeset
|
384 if (ret != FF_OK) { |
b5b8a7f4a965
Reset device and enable actuators when initializing.
Edgar Simo <bobbens@gmail.com>
parents:
2547
diff
changeset
|
385 SDL_SetError("Haptic: Unable to enable actuators: %s.", FFStrError(ret)); |
b5b8a7f4a965
Reset device and enable actuators when initializing.
Edgar Simo <bobbens@gmail.com>
parents:
2547
diff
changeset
|
386 goto open_err; |
b5b8a7f4a965
Reset device and enable actuators when initializing.
Edgar Simo <bobbens@gmail.com>
parents:
2547
diff
changeset
|
387 } |
b5b8a7f4a965
Reset device and enable actuators when initializing.
Edgar Simo <bobbens@gmail.com>
parents:
2547
diff
changeset
|
388 |
b5b8a7f4a965
Reset device and enable actuators when initializing.
Edgar Simo <bobbens@gmail.com>
parents:
2547
diff
changeset
|
389 |
b5b8a7f4a965
Reset device and enable actuators when initializing.
Edgar Simo <bobbens@gmail.com>
parents:
2547
diff
changeset
|
390 /* Allocate effects memory. */ |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
391 haptic->effects = (struct haptic_effect *) |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
392 SDL_malloc(sizeof(struct haptic_effect) * haptic->neffects); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
393 if (haptic->effects == NULL) { |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
394 SDL_OutOfMemory(); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
395 goto open_err; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
396 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
397 /* Clear the memory */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
398 SDL_memset(haptic->effects, 0, |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
399 sizeof(struct haptic_effect) * haptic->neffects); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
400 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
401 return 0; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
402 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
403 /* Error handling */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
404 open_err: |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
405 FFReleaseDevice(haptic->hwdata->device); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
406 creat_err: |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
407 if (haptic->hwdata != NULL) { |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
408 free(haptic->hwdata); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
409 haptic->hwdata = NULL; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
410 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
411 return -1; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
412 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
413 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
414 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
415 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
416 /* |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
417 * Opens a haptic device for usage. |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
418 */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
419 int |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
420 SDL_SYS_HapticOpen(SDL_Haptic * haptic) |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
421 { |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
422 return SDL_SYS_HapticOpenFromService(haptic, |
2522
0877146be013
Now compiles cleanly (has yet to work though).
Edgar Simo <bobbens@gmail.com>
parents:
2521
diff
changeset
|
423 SDL_hapticlist[haptic->index].dev); |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
424 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
425 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
426 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
427 /* |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
428 * Opens a haptic device from first mouse it finds for usage. |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
429 */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
430 int |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
431 SDL_SYS_HapticMouse(void) |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
432 { |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
433 return -1; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
434 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
435 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
436 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
437 /* |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
438 * Checks to see if a joystick has haptic features. |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
439 */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
440 int |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
441 SDL_SYS_JoystickIsHaptic(SDL_Joystick * joystick) |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
442 { |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
443 return SDL_FALSE; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
444 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
445 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
446 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
447 /* |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
448 * Checks to see if the haptic device and joystick and in reality the same. |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
449 */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
450 int |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
451 SDL_SYS_JoystickSameHaptic(SDL_Haptic * haptic, SDL_Joystick * joystick) |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
452 { |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
453 return 0; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
454 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
455 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
456 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
457 /* |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
458 * Opens a SDL_Haptic from a SDL_Joystick. |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
459 */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
460 int |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
461 SDL_SYS_HapticOpenFromJoystick(SDL_Haptic * haptic, SDL_Joystick * joystick) |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
462 { |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
463 return -1; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
464 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
465 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
466 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
467 /* |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
468 * Closes the haptic device. |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
469 */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
470 void |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
471 SDL_SYS_HapticClose(SDL_Haptic * haptic) |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
472 { |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
473 int i; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
474 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
475 if (haptic->hwdata) { |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
476 |
2530 | 477 /* Free the effects. */ |
478 for (i=0; i<haptic->neffects; i++) { | |
479 if (haptic->effects[i].hweffect != NULL) { | |
2535
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
480 SDL_SYS_HapticFreeFFEFFECT(&haptic->effects[i].hweffect->effect, |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
481 haptic->effects[i].effect.type); |
2530 | 482 SDL_free(haptic->effects[i].hweffect); |
483 } | |
484 } | |
485 SDL_free(haptic->effects); | |
486 haptic->neffects = 0; | |
487 | |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
488 /* Clean up */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
489 FFReleaseDevice(haptic->hwdata->device); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
490 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
491 /* Free */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
492 SDL_free(haptic->hwdata); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
493 haptic->hwdata = NULL; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
494 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
495 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
496 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
497 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
498 /* |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
499 * Clean up after system specific haptic stuff |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
500 */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
501 void |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
502 SDL_SYS_HapticQuit(void) |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
503 { |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
504 int i; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
505 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
506 for (i=0; i < SDL_numhaptics; i++) { |
2530 | 507 /* Opened and not closed haptics are leaked, this is on purpose. |
508 * Close your haptic devices after usage. */ | |
509 | |
510 /* Free the io_service_t */ | |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
511 IOObjectRelease(SDL_hapticlist[i].dev); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
512 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
513 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
514 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
515 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
516 /* |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
517 * Sets the direction. |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
518 */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
519 static int |
2529
e1d5d16e88a8
Can't believe I missed this typo.
Edgar Simo <bobbens@gmail.com>
parents:
2528
diff
changeset
|
520 SDL_SYS_SetDirection( FFEFFECT * effect, SDL_HapticDirection *dir, int naxes ) |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
521 { |
2521
7aa91c21ce5f
Many typo and silly mistake fixes.
Edgar Simo <bobbens@gmail.com>
parents:
2520
diff
changeset
|
522 LONG *rglDir; |
2527
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
523 |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
524 /* Handle no axes a part. */ |
2528 | 525 if (naxes == 0) { |
2527
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
526 effect->rglDirection = NULL; |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
527 return 0; |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
528 } |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
529 |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
530 /* Has axes. */ |
2529
e1d5d16e88a8
Can't believe I missed this typo.
Edgar Simo <bobbens@gmail.com>
parents:
2528
diff
changeset
|
531 rglDir = SDL_malloc( sizeof(LONG) * naxes ); |
2527
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
532 if (rglDir == NULL) { |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
533 SDL_OutOfMemory(); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
534 return -1; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
535 } |
2529
e1d5d16e88a8
Can't believe I missed this typo.
Edgar Simo <bobbens@gmail.com>
parents:
2528
diff
changeset
|
536 SDL_memset( rglDir, 0, sizeof(LONG) * naxes ); |
2521
7aa91c21ce5f
Many typo and silly mistake fixes.
Edgar Simo <bobbens@gmail.com>
parents:
2520
diff
changeset
|
537 effect->rglDirection = rglDir; |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
538 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
539 switch (dir->type) { |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
540 case SDL_HAPTIC_POLAR: |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
541 effect->dwFlags |= FFEFF_POLAR; |
2521
7aa91c21ce5f
Many typo and silly mistake fixes.
Edgar Simo <bobbens@gmail.com>
parents:
2520
diff
changeset
|
542 rglDir[0] = dir->dir[0]; |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
543 return 0; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
544 case SDL_HAPTIC_CARTESIAN: |
2522
0877146be013
Now compiles cleanly (has yet to work though).
Edgar Simo <bobbens@gmail.com>
parents:
2521
diff
changeset
|
545 effect->dwFlags |= FFEFF_CARTESIAN; |
2521
7aa91c21ce5f
Many typo and silly mistake fixes.
Edgar Simo <bobbens@gmail.com>
parents:
2520
diff
changeset
|
546 rglDir[0] = dir->dir[0]; |
7aa91c21ce5f
Many typo and silly mistake fixes.
Edgar Simo <bobbens@gmail.com>
parents:
2520
diff
changeset
|
547 rglDir[1] = dir->dir[1]; |
7aa91c21ce5f
Many typo and silly mistake fixes.
Edgar Simo <bobbens@gmail.com>
parents:
2520
diff
changeset
|
548 rglDir[2] = dir->dir[2]; |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
549 return 0; |
2521
7aa91c21ce5f
Many typo and silly mistake fixes.
Edgar Simo <bobbens@gmail.com>
parents:
2520
diff
changeset
|
550 case SDL_HAPTIC_SPHERICAL: |
2522
0877146be013
Now compiles cleanly (has yet to work though).
Edgar Simo <bobbens@gmail.com>
parents:
2521
diff
changeset
|
551 effect->dwFlags |= FFEFF_SPHERICAL; |
2521
7aa91c21ce5f
Many typo and silly mistake fixes.
Edgar Simo <bobbens@gmail.com>
parents:
2520
diff
changeset
|
552 rglDir[0] = dir->dir[0]; |
7aa91c21ce5f
Many typo and silly mistake fixes.
Edgar Simo <bobbens@gmail.com>
parents:
2520
diff
changeset
|
553 rglDir[1] = dir->dir[1]; |
7aa91c21ce5f
Many typo and silly mistake fixes.
Edgar Simo <bobbens@gmail.com>
parents:
2520
diff
changeset
|
554 rglDir[2] = dir->dir[2]; |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
555 return 0; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
556 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
557 default: |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
558 SDL_SetError("Haptic: Unknown direction type."); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
559 return -1; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
560 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
561 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
562 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
563 #define CONVERT(x) (((x)*10000) / 0xFFFF ) |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
564 /* |
2527
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
565 * Creates the FFEFFECT from a SDL_HapticEffect. |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
566 */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
567 static int |
2527
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
568 SDL_SYS_ToFFEFFECT( SDL_Haptic * haptic, FFEFFECT * dest, SDL_HapticEffect * src ) |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
569 { |
2530 | 570 int i; |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
571 FFCONSTANTFORCE *constant; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
572 FFPERIODIC *periodic; |
2530 | 573 FFCONDITION *condition; /* Actually an array of conditions - one per axis. */ |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
574 FFRAMPFORCE *ramp; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
575 FFCUSTOMFORCE *custom; |
2522
0877146be013
Now compiles cleanly (has yet to work though).
Edgar Simo <bobbens@gmail.com>
parents:
2521
diff
changeset
|
576 FFENVELOPE *envelope; |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
577 SDL_HapticConstant *hap_constant; |
2521
7aa91c21ce5f
Many typo and silly mistake fixes.
Edgar Simo <bobbens@gmail.com>
parents:
2520
diff
changeset
|
578 SDL_HapticPeriodic *hap_periodic; |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
579 SDL_HapticCondition *hap_condition; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
580 SDL_HapticRamp *hap_ramp; |
2535
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
581 SDL_HapticCustom *hap_custom; |
2527
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
582 DWORD *axes; |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
583 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
584 /* Set global stuff. */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
585 SDL_memset(dest, 0, sizeof(FFEFFECT)); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
586 dest->dwSize = sizeof(FFEFFECT); /* Set the structure size. */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
587 dest->dwSamplePeriod = 0; /* Not used by us. */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
588 dest->dwGain = 10000; /* Gain is set globally, not locally. */ |
2522
0877146be013
Now compiles cleanly (has yet to work though).
Edgar Simo <bobbens@gmail.com>
parents:
2521
diff
changeset
|
589 |
0877146be013
Now compiles cleanly (has yet to work though).
Edgar Simo <bobbens@gmail.com>
parents:
2521
diff
changeset
|
590 /* Envelope. */ |
0877146be013
Now compiles cleanly (has yet to work though).
Edgar Simo <bobbens@gmail.com>
parents:
2521
diff
changeset
|
591 envelope = SDL_malloc( sizeof(FFENVELOPE) ); |
0877146be013
Now compiles cleanly (has yet to work though).
Edgar Simo <bobbens@gmail.com>
parents:
2521
diff
changeset
|
592 if (envelope == NULL) { |
0877146be013
Now compiles cleanly (has yet to work though).
Edgar Simo <bobbens@gmail.com>
parents:
2521
diff
changeset
|
593 SDL_OutOfMemory(); |
0877146be013
Now compiles cleanly (has yet to work though).
Edgar Simo <bobbens@gmail.com>
parents:
2521
diff
changeset
|
594 return -1; |
0877146be013
Now compiles cleanly (has yet to work though).
Edgar Simo <bobbens@gmail.com>
parents:
2521
diff
changeset
|
595 } |
0877146be013
Now compiles cleanly (has yet to work though).
Edgar Simo <bobbens@gmail.com>
parents:
2521
diff
changeset
|
596 SDL_memset(envelope, 0, sizeof(FFENVELOPE)); |
0877146be013
Now compiles cleanly (has yet to work though).
Edgar Simo <bobbens@gmail.com>
parents:
2521
diff
changeset
|
597 dest->lpEnvelope = envelope; |
0877146be013
Now compiles cleanly (has yet to work though).
Edgar Simo <bobbens@gmail.com>
parents:
2521
diff
changeset
|
598 envelope->dwSize = sizeof(FFENVELOPE); /* Always should be this. */ |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
599 |
2527
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
600 /* Axes. */ |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
601 dest->cAxes = haptic->naxes; |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
602 if (dest->cAxes > 0) { |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
603 axes = SDL_malloc(sizeof(DWORD) * dest->cAxes); |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
604 if (axes == NULL) { |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
605 SDL_OutOfMemory(); |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
606 return -1; |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
607 } |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
608 axes[0] = FFJOFS_X; /* Always at least one axis. */ |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
609 if (dest->cAxes > 1) { |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
610 axes[1] = FFJOFS_Y; |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
611 } |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
612 if (dest->cAxes > 2) { |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
613 axes[2] = FFJOFS_Z; |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
614 } |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
615 dest->rgdwAxes = axes; |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
616 } |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
617 |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
618 |
2530 | 619 /* The big type handling switch, even bigger then linux's version. */ |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
620 switch (src->type) { |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
621 case SDL_HAPTIC_CONSTANT: |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
622 hap_constant = &src->constant; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
623 constant = SDL_malloc( sizeof(FFCONSTANTFORCE) ); |
2527
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
624 if (constant == NULL) { |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
625 SDL_OutOfMemory(); |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
626 return -1; |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
627 } |
2535
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
628 SDL_memset(constant, 0, sizeof(FFCONSTANTFORCE)); |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
629 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
630 /* Specifics */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
631 constant->lMagnitude = CONVERT(hap_constant->level); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
632 dest->cbTypeSpecificParams = sizeof(FFCONSTANTFORCE); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
633 dest->lpvTypeSpecificParams = constant; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
634 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
635 /* Generics */ |
2521
7aa91c21ce5f
Many typo and silly mistake fixes.
Edgar Simo <bobbens@gmail.com>
parents:
2520
diff
changeset
|
636 dest->dwDuration = hap_constant->length * 1000; /* In microseconds. */ |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
637 dest->dwTriggerButton = FFJOFS_BUTTON(hap_constant->button); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
638 dest->dwTriggerRepeatInterval = hap_constant->interval; |
2521
7aa91c21ce5f
Many typo and silly mistake fixes.
Edgar Simo <bobbens@gmail.com>
parents:
2520
diff
changeset
|
639 dest->dwStartDelay = hap_constant->delay * 1000; /* In microseconds. */ |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
640 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
641 /* Direction. */ |
2522
0877146be013
Now compiles cleanly (has yet to work though).
Edgar Simo <bobbens@gmail.com>
parents:
2521
diff
changeset
|
642 if (SDL_SYS_SetDirection(dest, &hap_constant->direction, dest->cAxes) < 0) { |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
643 return -1; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
644 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
645 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
646 /* Envelope */ |
2522
0877146be013
Now compiles cleanly (has yet to work though).
Edgar Simo <bobbens@gmail.com>
parents:
2521
diff
changeset
|
647 envelope->dwAttackLevel = CONVERT(hap_constant->attack_level); |
0877146be013
Now compiles cleanly (has yet to work though).
Edgar Simo <bobbens@gmail.com>
parents:
2521
diff
changeset
|
648 envelope->dwAttackTime = hap_constant->attack_length * 1000; |
0877146be013
Now compiles cleanly (has yet to work though).
Edgar Simo <bobbens@gmail.com>
parents:
2521
diff
changeset
|
649 envelope->dwFadeLevel = CONVERT(hap_constant->fade_level); |
0877146be013
Now compiles cleanly (has yet to work though).
Edgar Simo <bobbens@gmail.com>
parents:
2521
diff
changeset
|
650 envelope->dwFadeTime = hap_constant->fade_length * 1000; |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
651 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
652 break; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
653 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
654 case SDL_HAPTIC_SINE: |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
655 case SDL_HAPTIC_SQUARE: |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
656 case SDL_HAPTIC_TRIANGLE: |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
657 case SDL_HAPTIC_SAWTOOTHUP: |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
658 case SDL_HAPTIC_SAWTOOTHDOWN: |
2522
0877146be013
Now compiles cleanly (has yet to work though).
Edgar Simo <bobbens@gmail.com>
parents:
2521
diff
changeset
|
659 hap_periodic = &src->periodic; |
2527
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
660 periodic = SDL_malloc(sizeof(FFPERIODIC)); |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
661 if (periodic == NULL) { |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
662 SDL_OutOfMemory(); |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
663 return -1; |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
664 } |
2535
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
665 SDL_memset(periodic, 0, sizeof(FFPERIODIC)); |
2527
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
666 |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
667 /* Specifics */ |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
668 periodic->dwMagnitude = CONVERT(hap_periodic->magnitude); |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
669 periodic->lOffset = CONVERT(hap_periodic->offset); |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
670 periodic->dwPhase = hap_periodic->phase; |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
671 periodic->dwPeriod = hap_periodic->period * 1000; |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
672 dest->cbTypeSpecificParams = sizeof(FFPERIODIC); |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
673 dest->lpvTypeSpecificParams = periodic; |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
674 |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
675 /* Generics */ |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
676 dest->dwDuration = hap_periodic->length * 1000; /* In microseconds. */ |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
677 dest->dwTriggerButton = FFJOFS_BUTTON(hap_periodic->button); |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
678 dest->dwTriggerRepeatInterval = hap_periodic->interval; |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
679 dest->dwStartDelay = hap_periodic->delay * 1000; /* In microseconds. */ |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
680 |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
681 /* Direction. */ |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
682 if (SDL_SYS_SetDirection(dest, &hap_periodic->direction, dest->cAxes) < 0) { |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
683 return -1; |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
684 } |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
685 |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
686 /* Envelope */ |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
687 envelope->dwAttackLevel = CONVERT(hap_periodic->attack_level); |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
688 envelope->dwAttackTime = hap_periodic->attack_length * 1000; |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
689 envelope->dwFadeLevel = CONVERT(hap_periodic->fade_level); |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
690 envelope->dwFadeTime = hap_periodic->fade_length * 1000; |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
691 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
692 break; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
693 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
694 case SDL_HAPTIC_SPRING: |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
695 case SDL_HAPTIC_DAMPER: |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
696 case SDL_HAPTIC_INERTIA: |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
697 case SDL_HAPTIC_FRICTION: |
2522
0877146be013
Now compiles cleanly (has yet to work though).
Edgar Simo <bobbens@gmail.com>
parents:
2521
diff
changeset
|
698 hap_condition = &src->condition; |
2530 | 699 condition = SDL_malloc(sizeof(FFCONDITION) * dest->cAxes); |
700 if (condition == NULL) { | |
701 SDL_OutOfMemory(); | |
702 return -1; | |
703 } | |
2535
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
704 SDL_memset(condition, 0, sizeof(FFCONDITION)); |
2530 | 705 |
706 /* Specifics */ | |
707 for (i=0; i<dest->cAxes; i++) { | |
2531
7f2a4c387292
Fixed some inconsistancies in coding style.
Edgar Simo <bobbens@gmail.com>
parents:
2530
diff
changeset
|
708 condition[i].lOffset = CONVERT(hap_condition->center[i]); |
7f2a4c387292
Fixed some inconsistancies in coding style.
Edgar Simo <bobbens@gmail.com>
parents:
2530
diff
changeset
|
709 condition[i].lPositiveCoefficient = CONVERT(hap_condition->right_coeff[i]); |
7f2a4c387292
Fixed some inconsistancies in coding style.
Edgar Simo <bobbens@gmail.com>
parents:
2530
diff
changeset
|
710 condition[i].lNegativeCoefficient = CONVERT(hap_condition->left_coeff[i]); |
7f2a4c387292
Fixed some inconsistancies in coding style.
Edgar Simo <bobbens@gmail.com>
parents:
2530
diff
changeset
|
711 condition[i].dwPositiveSaturation = CONVERT(hap_condition->right_sat[i]); |
7f2a4c387292
Fixed some inconsistancies in coding style.
Edgar Simo <bobbens@gmail.com>
parents:
2530
diff
changeset
|
712 condition[i].dwNegativeSaturation = CONVERT(hap_condition->left_sat[i]); |
7f2a4c387292
Fixed some inconsistancies in coding style.
Edgar Simo <bobbens@gmail.com>
parents:
2530
diff
changeset
|
713 condition[i].lDeadBand = CONVERT(hap_condition->deadband[i]); |
2530 | 714 } |
715 dest->cbTypeSpecificParams = sizeof(FFCONDITION) * dest->cAxes; | |
716 dest->lpvTypeSpecificParams = condition; | |
717 | |
718 /* Generics */ | |
2531
7f2a4c387292
Fixed some inconsistancies in coding style.
Edgar Simo <bobbens@gmail.com>
parents:
2530
diff
changeset
|
719 dest->dwDuration = hap_condition->length * 1000; /* In microseconds. */ |
7f2a4c387292
Fixed some inconsistancies in coding style.
Edgar Simo <bobbens@gmail.com>
parents:
2530
diff
changeset
|
720 dest->dwTriggerButton = FFJOFS_BUTTON(hap_condition->button); |
7f2a4c387292
Fixed some inconsistancies in coding style.
Edgar Simo <bobbens@gmail.com>
parents:
2530
diff
changeset
|
721 dest->dwTriggerRepeatInterval = hap_condition->interval; |
7f2a4c387292
Fixed some inconsistancies in coding style.
Edgar Simo <bobbens@gmail.com>
parents:
2530
diff
changeset
|
722 dest->dwStartDelay = hap_condition->delay * 1000; /* In microseconds. */ |
2530 | 723 |
724 /* Direction. */ | |
2531
7f2a4c387292
Fixed some inconsistancies in coding style.
Edgar Simo <bobbens@gmail.com>
parents:
2530
diff
changeset
|
725 if (SDL_SYS_SetDirection(dest, &hap_condition->direction, dest->cAxes) < 0) { |
2530 | 726 return -1; |
727 } | |
728 | |
2532 | 729 /* Envelope */ |
730 /* TODO Check is envelope actually used. | |
2531
7f2a4c387292
Fixed some inconsistancies in coding style.
Edgar Simo <bobbens@gmail.com>
parents:
2530
diff
changeset
|
731 envelope->dwAttackLevel = CONVERT(hap_condition->attack_level); |
7f2a4c387292
Fixed some inconsistancies in coding style.
Edgar Simo <bobbens@gmail.com>
parents:
2530
diff
changeset
|
732 envelope->dwAttackTime = hap_condition->attack_length * 1000; |
7f2a4c387292
Fixed some inconsistancies in coding style.
Edgar Simo <bobbens@gmail.com>
parents:
2530
diff
changeset
|
733 envelope->dwFadeLevel = CONVERT(hap_condition->fade_level); |
7f2a4c387292
Fixed some inconsistancies in coding style.
Edgar Simo <bobbens@gmail.com>
parents:
2530
diff
changeset
|
734 envelope->dwFadeTime = hap_condition->fade_length * 1000; |
2532 | 735 */ |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
736 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
737 break; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
738 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
739 case SDL_HAPTIC_RAMP: |
2522
0877146be013
Now compiles cleanly (has yet to work though).
Edgar Simo <bobbens@gmail.com>
parents:
2521
diff
changeset
|
740 hap_ramp = &src->ramp; |
2533
0c8cea99c4b8
Added SDL_HAPTIC_RAMP support for darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2532
diff
changeset
|
741 ramp = SDL_malloc(sizeof(FFRAMPFORCE)); |
0c8cea99c4b8
Added SDL_HAPTIC_RAMP support for darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2532
diff
changeset
|
742 if (ramp == NULL) { |
0c8cea99c4b8
Added SDL_HAPTIC_RAMP support for darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2532
diff
changeset
|
743 SDL_OutOfMemory(); |
0c8cea99c4b8
Added SDL_HAPTIC_RAMP support for darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2532
diff
changeset
|
744 return -1; |
0c8cea99c4b8
Added SDL_HAPTIC_RAMP support for darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2532
diff
changeset
|
745 } |
2535
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
746 SDL_memset(ramp, 0, sizeof(FFRAMPFORCE)); |
2533
0c8cea99c4b8
Added SDL_HAPTIC_RAMP support for darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2532
diff
changeset
|
747 |
0c8cea99c4b8
Added SDL_HAPTIC_RAMP support for darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2532
diff
changeset
|
748 /* Specifics */ |
2534
e597de8dccd5
Was a typo in the mac os x documentation.
Edgar Simo <bobbens@gmail.com>
parents:
2533
diff
changeset
|
749 ramp->lStart = CONVERT(hap_ramp->start); |
2533
0c8cea99c4b8
Added SDL_HAPTIC_RAMP support for darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2532
diff
changeset
|
750 ramp->lEnd = CONVERT(hap_ramp->end); |
2535
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
751 dest->cbTypeSpecificParams = sizeof(FFRAMPFORCE); |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
752 dest->lpvTypeSpecificParams = ramp; |
2533
0c8cea99c4b8
Added SDL_HAPTIC_RAMP support for darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2532
diff
changeset
|
753 |
0c8cea99c4b8
Added SDL_HAPTIC_RAMP support for darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2532
diff
changeset
|
754 /* Generics */ |
0c8cea99c4b8
Added SDL_HAPTIC_RAMP support for darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2532
diff
changeset
|
755 dest->dwDuration = hap_ramp->length * 1000; /* In microseconds. */ |
0c8cea99c4b8
Added SDL_HAPTIC_RAMP support for darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2532
diff
changeset
|
756 dest->dwTriggerButton = FFJOFS_BUTTON(hap_ramp->button); |
0c8cea99c4b8
Added SDL_HAPTIC_RAMP support for darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2532
diff
changeset
|
757 dest->dwTriggerRepeatInterval = hap_ramp->interval; |
0c8cea99c4b8
Added SDL_HAPTIC_RAMP support for darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2532
diff
changeset
|
758 dest->dwStartDelay = hap_ramp->delay * 1000; /* In microseconds. */ |
0c8cea99c4b8
Added SDL_HAPTIC_RAMP support for darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2532
diff
changeset
|
759 |
0c8cea99c4b8
Added SDL_HAPTIC_RAMP support for darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2532
diff
changeset
|
760 /* Direction. */ |
0c8cea99c4b8
Added SDL_HAPTIC_RAMP support for darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2532
diff
changeset
|
761 if (SDL_SYS_SetDirection(dest, &hap_ramp->direction, dest->cAxes) < 0) { |
0c8cea99c4b8
Added SDL_HAPTIC_RAMP support for darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2532
diff
changeset
|
762 return -1; |
0c8cea99c4b8
Added SDL_HAPTIC_RAMP support for darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2532
diff
changeset
|
763 } |
0c8cea99c4b8
Added SDL_HAPTIC_RAMP support for darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2532
diff
changeset
|
764 |
0c8cea99c4b8
Added SDL_HAPTIC_RAMP support for darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2532
diff
changeset
|
765 /* Envelope */ |
0c8cea99c4b8
Added SDL_HAPTIC_RAMP support for darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2532
diff
changeset
|
766 envelope->dwAttackLevel = CONVERT(hap_ramp->attack_level); |
0c8cea99c4b8
Added SDL_HAPTIC_RAMP support for darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2532
diff
changeset
|
767 envelope->dwAttackTime = hap_ramp->attack_length * 1000; |
0c8cea99c4b8
Added SDL_HAPTIC_RAMP support for darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2532
diff
changeset
|
768 envelope->dwFadeLevel = CONVERT(hap_ramp->fade_level); |
0c8cea99c4b8
Added SDL_HAPTIC_RAMP support for darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2532
diff
changeset
|
769 envelope->dwFadeTime = hap_ramp->fade_length * 1000; |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
770 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
771 break; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
772 |
2535
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
773 case SDL_HAPTIC_CUSTOM: |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
774 hap_custom = &src->custom; |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
775 custom = SDL_malloc(sizeof(FFCUSTOMFORCE)); |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
776 if (custom == NULL) { |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
777 SDL_OutOfMemory(); |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
778 return -1; |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
779 } |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
780 SDL_memset(custom, 0, sizeof(FFCUSTOMFORCE)); |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
781 |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
782 /* Specifics */ |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
783 custom->cChannels = hap_custom->channels; |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
784 custom->dwSamplePeriod = hap_custom->period * 1000; |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
785 custom->cSamples = hap_custom->samples; |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
786 custom->rglForceData = SDL_malloc(sizeof(LONG)*custom->cSamples*custom->cChannels); |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
787 for (i=0; i<hap_custom->samples*hap_custom->channels; i++) { /* Copy data. */ |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
788 custom->rglForceData[i] = CONVERT(hap_custom->data[i]); |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
789 } |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
790 dest->cbTypeSpecificParams = sizeof(FFCUSTOMFORCE); |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
791 dest->lpvTypeSpecificParams = custom; |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
792 |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
793 /* Generics */ |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
794 dest->dwDuration = hap_custom->length * 1000; /* In microseconds. */ |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
795 dest->dwTriggerButton = FFJOFS_BUTTON(hap_custom->button); |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
796 dest->dwTriggerRepeatInterval = hap_custom->interval; |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
797 dest->dwStartDelay = hap_custom->delay * 1000; /* In microseconds. */ |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
798 |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
799 /* Direction. */ |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
800 if (SDL_SYS_SetDirection(dest, &hap_custom->direction, dest->cAxes) < 0) { |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
801 return -1; |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
802 } |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
803 |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
804 /* Envelope */ |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
805 envelope->dwAttackLevel = CONVERT(hap_custom->attack_level); |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
806 envelope->dwAttackTime = hap_custom->attack_length * 1000; |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
807 envelope->dwFadeLevel = CONVERT(hap_custom->fade_level); |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
808 envelope->dwFadeTime = hap_custom->fade_length * 1000; |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
809 |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
810 break; |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
811 |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
812 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
813 default: |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
814 SDL_SetError("Haptic: Unknown effect type."); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
815 return -1; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
816 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
817 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
818 return 0; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
819 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
820 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
821 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
822 /* |
2527
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
823 * Frees an FFEFFECT allocated by SDL_SYS_ToFFEFFECT. |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
824 */ |
2531
7f2a4c387292
Fixed some inconsistancies in coding style.
Edgar Simo <bobbens@gmail.com>
parents:
2530
diff
changeset
|
825 static void |
2535
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
826 SDL_SYS_HapticFreeFFEFFECT( FFEFFECT * effect, int type ) |
2527
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
827 { |
2535
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
828 FFCUSTOMFORCE *custom; |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
829 |
2527
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
830 if (effect->lpEnvelope != NULL) { |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
831 SDL_free(effect->lpEnvelope); |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
832 effect->lpEnvelope = NULL; |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
833 } |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
834 if (effect->rgdwAxes != NULL) { |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
835 SDL_free(effect->rgdwAxes); |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
836 effect->rgdwAxes = NULL; |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
837 } |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
838 if (effect->lpvTypeSpecificParams != NULL) { |
2535
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
839 if (type == SDL_HAPTIC_CUSTOM) { /* Must free the custom data. */ |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
840 custom = (FFCUSTOMFORCE*) effect->lpvTypeSpecificParams; |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
841 SDL_free(custom->rglForceData); |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
842 custom->rglForceData = NULL; |
f0ed8471497d
Added custom effect with support on darwin.
Edgar Simo <bobbens@gmail.com>
parents:
2534
diff
changeset
|
843 } |
2527
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
844 SDL_free(effect->lpvTypeSpecificParams); |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
845 effect->lpvTypeSpecificParams = NULL; |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
846 } |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
847 if (effect->rglDirection != NULL) { |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
848 SDL_free(effect->rglDirection); |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
849 effect->rglDirection = NULL; |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
850 } |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
851 } |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
852 |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
853 |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
854 /* |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
855 * Gets the effect type from the generic SDL haptic effect wrapper. |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
856 */ |
2531
7f2a4c387292
Fixed some inconsistancies in coding style.
Edgar Simo <bobbens@gmail.com>
parents:
2530
diff
changeset
|
857 CFUUIDRef |
7f2a4c387292
Fixed some inconsistancies in coding style.
Edgar Simo <bobbens@gmail.com>
parents:
2530
diff
changeset
|
858 SDL_SYS_HapticEffectType(struct haptic_effect * effect) |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
859 { |
2521
7aa91c21ce5f
Many typo and silly mistake fixes.
Edgar Simo <bobbens@gmail.com>
parents:
2520
diff
changeset
|
860 switch (effect->effect.type) { |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
861 case SDL_HAPTIC_CONSTANT: |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
862 return kFFEffectType_ConstantForce_ID; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
863 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
864 case SDL_HAPTIC_RAMP: |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
865 return kFFEffectType_RampForce_ID; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
866 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
867 case SDL_HAPTIC_SQUARE: |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
868 return kFFEffectType_Square_ID; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
869 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
870 case SDL_HAPTIC_SINE: |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
871 return kFFEffectType_Sine_ID; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
872 |
2521
7aa91c21ce5f
Many typo and silly mistake fixes.
Edgar Simo <bobbens@gmail.com>
parents:
2520
diff
changeset
|
873 case SDL_HAPTIC_TRIANGLE: |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
874 return kFFEffectType_Triangle_ID; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
875 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
876 case SDL_HAPTIC_SAWTOOTHUP: |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
877 return kFFEffectType_SawtoothUp_ID; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
878 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
879 case SDL_HAPTIC_SAWTOOTHDOWN: |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
880 return kFFEffectType_SawtoothDown_ID; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
881 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
882 case SDL_HAPTIC_SPRING: |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
883 return kFFEffectType_Spring_ID; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
884 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
885 case SDL_HAPTIC_DAMPER: |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
886 return kFFEffectType_Damper_ID; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
887 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
888 case SDL_HAPTIC_INERTIA: |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
889 return kFFEffectType_Inertia_ID; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
890 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
891 case SDL_HAPTIC_FRICTION: |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
892 return kFFEffectType_Friction_ID; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
893 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
894 case SDL_HAPTIC_CUSTOM: |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
895 return kFFEffectType_CustomForce_ID; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
896 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
897 default: |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
898 SDL_SetError("Haptic: Unknown effect type."); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
899 return NULL; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
900 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
901 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
902 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
903 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
904 /* |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
905 * Creates a new haptic effect. |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
906 */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
907 int |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
908 SDL_SYS_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect * effect, |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
909 SDL_HapticEffect * base) |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
910 { |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
911 HRESULT ret; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
912 CFUUIDRef type; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
913 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
914 /* Alloc the effect. */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
915 effect->hweffect = (struct haptic_hweffect *) |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
916 SDL_malloc(sizeof(struct haptic_hweffect)); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
917 if (effect->hweffect == NULL) { |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
918 SDL_OutOfMemory(); |
2527
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
919 goto err_hweffect; |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
920 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
921 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
922 /* Get the type. */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
923 type = SDL_SYS_HapticEffectType(effect); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
924 if (type == NULL) { |
2527
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
925 goto err_hweffect; |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
926 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
927 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
928 /* Get the effect. */ |
2538
1f9c20580ab4
Improved correctiveness in CreateEffect.
Edgar Simo <bobbens@gmail.com>
parents:
2537
diff
changeset
|
929 if (SDL_SYS_ToFFEFFECT(haptic, &effect->hweffect->effect, base) < 0) { |
2527
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
930 goto err_effectdone; |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
931 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
932 |
2527
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
933 /* Create the actual effect. */ |
2538
1f9c20580ab4
Improved correctiveness in CreateEffect.
Edgar Simo <bobbens@gmail.com>
parents:
2537
diff
changeset
|
934 ret = FFDeviceCreateEffect(haptic->hwdata->device, type, |
1f9c20580ab4
Improved correctiveness in CreateEffect.
Edgar Simo <bobbens@gmail.com>
parents:
2537
diff
changeset
|
935 &effect->hweffect->effect, &effect->hweffect->ref); |
2527
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
936 if (ret != FF_OK) { |
2541 | 937 SDL_SetError("Haptic: Unable to create effect: %s.", FFStrError(ret)); |
2527
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
938 goto err_effectdone; |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
939 } |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
940 |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
941 return 0; |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
942 |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
943 err_effectdone: |
2538
1f9c20580ab4
Improved correctiveness in CreateEffect.
Edgar Simo <bobbens@gmail.com>
parents:
2537
diff
changeset
|
944 SDL_SYS_HapticFreeFFEFFECT(&effect->hweffect->effect, base->type); |
2527
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
945 err_hweffect: |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
946 if (effect->hweffect != NULL) { |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
947 SDL_free(effect->hweffect); |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
948 effect->hweffect = NULL; |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
949 } |
924a32719b6f
Handle axes for darwin now.
Edgar Simo <bobbens@gmail.com>
parents:
2522
diff
changeset
|
950 return -1; |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
951 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
952 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
953 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
954 /* |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
955 * Updates an effect. |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
956 */ |
2531
7f2a4c387292
Fixed some inconsistancies in coding style.
Edgar Simo <bobbens@gmail.com>
parents:
2530
diff
changeset
|
957 int |
7f2a4c387292
Fixed some inconsistancies in coding style.
Edgar Simo <bobbens@gmail.com>
parents:
2530
diff
changeset
|
958 SDL_SYS_HapticUpdateEffect(SDL_Haptic * haptic, |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
959 struct haptic_effect * effect, SDL_HapticEffect * data) |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
960 { |
2538
1f9c20580ab4
Improved correctiveness in CreateEffect.
Edgar Simo <bobbens@gmail.com>
parents:
2537
diff
changeset
|
961 HRESULT ret; |
1f9c20580ab4
Improved correctiveness in CreateEffect.
Edgar Simo <bobbens@gmail.com>
parents:
2537
diff
changeset
|
962 FFEffectParameterFlag flags; |
1f9c20580ab4
Improved correctiveness in CreateEffect.
Edgar Simo <bobbens@gmail.com>
parents:
2537
diff
changeset
|
963 FFEFFECT temp; |
1f9c20580ab4
Improved correctiveness in CreateEffect.
Edgar Simo <bobbens@gmail.com>
parents:
2537
diff
changeset
|
964 |
1f9c20580ab4
Improved correctiveness in CreateEffect.
Edgar Simo <bobbens@gmail.com>
parents:
2537
diff
changeset
|
965 /* Get the effect. */ |
1f9c20580ab4
Improved correctiveness in CreateEffect.
Edgar Simo <bobbens@gmail.com>
parents:
2537
diff
changeset
|
966 SDL_memset(&temp, 0, sizeof(FFEFFECT)); |
1f9c20580ab4
Improved correctiveness in CreateEffect.
Edgar Simo <bobbens@gmail.com>
parents:
2537
diff
changeset
|
967 if (SDL_SYS_ToFFEFFECT(haptic, &temp, data) < 0) { |
1f9c20580ab4
Improved correctiveness in CreateEffect.
Edgar Simo <bobbens@gmail.com>
parents:
2537
diff
changeset
|
968 goto err_update; |
1f9c20580ab4
Improved correctiveness in CreateEffect.
Edgar Simo <bobbens@gmail.com>
parents:
2537
diff
changeset
|
969 } |
1f9c20580ab4
Improved correctiveness in CreateEffect.
Edgar Simo <bobbens@gmail.com>
parents:
2537
diff
changeset
|
970 |
1f9c20580ab4
Improved correctiveness in CreateEffect.
Edgar Simo <bobbens@gmail.com>
parents:
2537
diff
changeset
|
971 /* Set the flags. Might be worthwhile to diff temp with loaded effect and |
1f9c20580ab4
Improved correctiveness in CreateEffect.
Edgar Simo <bobbens@gmail.com>
parents:
2537
diff
changeset
|
972 * only change those parameters. */ |
1f9c20580ab4
Improved correctiveness in CreateEffect.
Edgar Simo <bobbens@gmail.com>
parents:
2537
diff
changeset
|
973 flags = FFEP_ALLPARAMS; |
1f9c20580ab4
Improved correctiveness in CreateEffect.
Edgar Simo <bobbens@gmail.com>
parents:
2537
diff
changeset
|
974 |
1f9c20580ab4
Improved correctiveness in CreateEffect.
Edgar Simo <bobbens@gmail.com>
parents:
2537
diff
changeset
|
975 /* Create the actual effect. */ |
2542
4e055fa7acb9
Fixed some stupid mistakes.
Edgar Simo <bobbens@gmail.com>
parents:
2541
diff
changeset
|
976 ret = FFEffectSetParameters(effect->hweffect->ref, &temp, flags); |
2538
1f9c20580ab4
Improved correctiveness in CreateEffect.
Edgar Simo <bobbens@gmail.com>
parents:
2537
diff
changeset
|
977 if (ret != FF_OK) { |
2541 | 978 SDL_SetError("Haptic: Unable to update effect: %s.", FFStrError(ret)); |
2538
1f9c20580ab4
Improved correctiveness in CreateEffect.
Edgar Simo <bobbens@gmail.com>
parents:
2537
diff
changeset
|
979 goto err_update; |
1f9c20580ab4
Improved correctiveness in CreateEffect.
Edgar Simo <bobbens@gmail.com>
parents:
2537
diff
changeset
|
980 } |
1f9c20580ab4
Improved correctiveness in CreateEffect.
Edgar Simo <bobbens@gmail.com>
parents:
2537
diff
changeset
|
981 |
1f9c20580ab4
Improved correctiveness in CreateEffect.
Edgar Simo <bobbens@gmail.com>
parents:
2537
diff
changeset
|
982 /* Copy it over. */ |
1f9c20580ab4
Improved correctiveness in CreateEffect.
Edgar Simo <bobbens@gmail.com>
parents:
2537
diff
changeset
|
983 SDL_SYS_HapticFreeFFEFFECT(&effect->hweffect->effect, data->type); |
1f9c20580ab4
Improved correctiveness in CreateEffect.
Edgar Simo <bobbens@gmail.com>
parents:
2537
diff
changeset
|
984 SDL_memcpy(&effect->hweffect->effect, &temp, sizeof(FFEFFECT)); |
1f9c20580ab4
Improved correctiveness in CreateEffect.
Edgar Simo <bobbens@gmail.com>
parents:
2537
diff
changeset
|
985 |
1f9c20580ab4
Improved correctiveness in CreateEffect.
Edgar Simo <bobbens@gmail.com>
parents:
2537
diff
changeset
|
986 return 0; |
1f9c20580ab4
Improved correctiveness in CreateEffect.
Edgar Simo <bobbens@gmail.com>
parents:
2537
diff
changeset
|
987 |
1f9c20580ab4
Improved correctiveness in CreateEffect.
Edgar Simo <bobbens@gmail.com>
parents:
2537
diff
changeset
|
988 err_update: |
1f9c20580ab4
Improved correctiveness in CreateEffect.
Edgar Simo <bobbens@gmail.com>
parents:
2537
diff
changeset
|
989 SDL_SYS_HapticFreeFFEFFECT(&temp, data->type); |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
990 return -1; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
991 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
992 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
993 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
994 /* |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
995 * Runs an effect. |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
996 */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
997 int |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
998 SDL_SYS_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect * effect, |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
999 Uint32 iterations) |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1000 { |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1001 HRESULT ret; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1002 Uint32 iter; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1003 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1004 /* Check if it's infinite. */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1005 if (iterations == SDL_HAPTIC_INFINITY) { |
2521
7aa91c21ce5f
Many typo and silly mistake fixes.
Edgar Simo <bobbens@gmail.com>
parents:
2520
diff
changeset
|
1006 iter = FF_INFINITE; |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1007 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1008 else |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1009 iter = iterations; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1010 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1011 /* Run the effect. */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1012 ret = FFEffectStart(effect->hweffect->ref, iter, 0); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1013 if (ret != FF_OK) { |
2541 | 1014 SDL_SetError("Haptic: Unable to run the effect: %s.", FFStrError(ret)); |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1015 return -1; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1016 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1017 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1018 return 0; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1019 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1020 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1021 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1022 /* |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1023 * Stops an effect. |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1024 */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1025 int |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1026 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect * effect) |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1027 { |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1028 HRESULT ret; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1029 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1030 ret = FFEffectStop(effect->hweffect->ref); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1031 if (ret != FF_OK) { |
2541 | 1032 SDL_SetError("Haptic: Unable to stop the effect: %s.", FFStrError(ret)); |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1033 return -1; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1034 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1035 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1036 return 0; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1037 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1038 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1039 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1040 /* |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1041 * Frees the effect. |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1042 */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1043 void |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1044 SDL_SYS_HapticDestroyEffect(SDL_Haptic * haptic, struct haptic_effect * effect) |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1045 { |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1046 HRESULT ret; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1047 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1048 ret = FFDeviceReleaseEffect(haptic->hwdata->device, effect->hweffect->ref); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1049 if (ret != FF_OK) { |
2541 | 1050 SDL_SetError("Haptic: Error removing the effect from the device: %s.", |
1051 FFStrError(ret)); | |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1052 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1053 SDL_free(effect->hweffect->effect.lpvTypeSpecificParams); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1054 effect->hweffect->effect.lpvTypeSpecificParams = NULL; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1055 SDL_free(effect->hweffect); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1056 effect->hweffect = NULL; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1057 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1058 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1059 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1060 /* |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1061 * Gets the status of a haptic effect. |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1062 */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1063 int |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1064 SDL_SYS_HapticGetEffectStatus(SDL_Haptic * haptic, struct haptic_effect * effect) |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1065 { |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1066 HRESULT ret; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1067 FFEffectStatusFlag status; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1068 |
2521
7aa91c21ce5f
Many typo and silly mistake fixes.
Edgar Simo <bobbens@gmail.com>
parents:
2520
diff
changeset
|
1069 ret = FFEffectGetEffectStatus(effect->hweffect->ref, &status); |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1070 if (ret != FF_OK) { |
2541 | 1071 SDL_SetError("Haptic: Unable to get effect status: %s.", FFStrError(ret)); |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1072 return -1; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1073 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1074 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1075 if (status == 0) return SDL_FALSE; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1076 return SDL_TRUE; /* Assume it's playing or emulated. */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1077 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1078 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1079 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1080 /* |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1081 * Sets the gain. |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1082 */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1083 int |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1084 SDL_SYS_HapticSetGain(SDL_Haptic * haptic, int gain) |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1085 { |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1086 HRESULT ret; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1087 Uint32 val; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1088 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1089 val = gain * 100; /* Mac OS X uses 0 to 10,000 */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1090 ret = FFDeviceSetForceFeedbackProperty(haptic->hwdata->device, FFPROP_FFGAIN, &val); |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1091 if (ret != FF_OK) { |
2541 | 1092 SDL_SetError("Haptic: Error setting gain: %s.", FFStrError(ret)); |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1093 return -1; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1094 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1095 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1096 return 0; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1097 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1098 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1099 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1100 /* |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1101 * Sets the autocentering. |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1102 */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1103 int |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1104 SDL_SYS_HapticSetAutocenter(SDL_Haptic * haptic, int autocenter) |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1105 { |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1106 HRESULT ret; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1107 Uint32 val; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1108 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1109 /* Mac OS X only has 0 (off) and 1 (on) */ |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1110 if (autocenter == 0) val = 0; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1111 else val = 1; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1112 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1113 ret = FFDeviceSetForceFeedbackProperty(haptic->hwdata->device, |
2521
7aa91c21ce5f
Many typo and silly mistake fixes.
Edgar Simo <bobbens@gmail.com>
parents:
2520
diff
changeset
|
1114 FFPROP_AUTOCENTER, &val); |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1115 if (ret != FF_OK) { |
2541 | 1116 SDL_SetError("Haptic: Error setting autocenter: %s.", FFStrError(ret)); |
2520
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1117 return -1; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1118 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1119 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1120 return 0; |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1121 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1122 } |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1123 |
6aee9eb4fc6d
Adding initial darwin port of haptic subsystem - broken atm.
Edgar Simo <bobbens@gmail.com>
parents:
diff
changeset
|
1124 |
2541 | 1125 #endif /* SDL_HAPTIC_IOKIT */ |