EgtInterface 2.6j4 :
- aggiunta interfaccia per funzione EgtSetFixtureMobile.
This commit is contained in:
@@ -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
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user