OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIEFFECT
(Results
1 - 4
of
4
) sorted by null
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/win32/
Win32ForceFeedback.h
84
void _setCommonProperties(
DIEFFECT
*
diEffect
, DWORD* rgdwAxes,
88
void _upload( GUID,
DIEFFECT
*, const Effect* );
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
Win32ForceFeedback.cpp
202
DIEFFECT
diEffect
;
213
_setCommonProperties(&
diEffect
, rgdwAxes, rglDirection, &diEnvelope, sizeof(DICONSTANTFORCE), &cf, effect, &eff->envelope);
214
_upload(GUID_ConstantForce, &
diEffect
, effect);
226
DIEFFECT
diEffect
;
232
_setCommonProperties(&
diEffect
, rgdwAxes, rglDirection, &diEnvelope, sizeof(DIRAMPFORCE), &rf, effect, &eff->envelope );
233
_upload(GUID_RampForce, &
diEffect
, effect);
245
DIEFFECT
diEffect
;
[
all
...]
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/dinput/
dinput.h
241
typedef struct
DIEFFECT
{
242
DWORD dwSize; /* sizeof(
DIEFFECT
) */
258
}
DIEFFECT
, *LPDIEFFECT;
259
typedef
DIEFFECT
DIEFFECT_DX6;
261
typedef const
DIEFFECT
*LPCDIEFFECT;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dinput.h
[
all
...]
Completed in 306 milliseconds