EgtInterface 2.6j4 :

- aggiunta interfaccia per funzione EgtSetFixtureMobile.
This commit is contained in:
Dario Sassi
2024-10-31 18:33:21 +01:00
parent ebfbd5e8f0
commit 49364bc33c
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -680,6 +680,13 @@ __stdcall EgtMoveFixtureMobile( int nFxtId, double dDeltaMov)
return ( ExeMoveFixtureMobile( nFxtId, dDeltaMov) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtSetFixtureMobile( int nFxtId, double dMov)
{
return ( ExeSetFixtureMobile( nFxtId, dMov) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
// Tools DataBase
//-----------------------------------------------------------------------------