mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Update Win32ForceFeedback.h
This commit is contained in:
parent
6e4719b297
commit
aa7099ed5b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue