Update Win32ForceFeedback.h

This commit is contained in:
Lwmte 2022-06-22 14:34:59 +03:00
parent 6e4719b297
commit aa7099ed5b

View file

@ -92,7 +92,7 @@ namespace OIS
//Sets the common properties to all effects
void _setCommonProperties(DIEFFECT* diEffect, DWORD* rgdwAxes, LONG* rglDirection, DIENVELOPE* diEnvelope, DWORD struct_size, LPVOID struct_type, const Effect* effect, const Envelope* envelope);
//Actually do the upload
void _upload(GUID, DIEFFECT*, const Effect*);
void _upload(const GUID&, DIEFFECT*, const Effect*);
// Map of currently uploaded effects (handle => effect)
typedef std::map<int, LPDIRECTINPUTEFFECT> EffectList;