EgtInterface 2.7a4 :
- aggiunta interfaccia per funzione EgtSetFixtureLink.
This commit is contained in:
@@ -673,6 +673,13 @@ __stdcall EgtRotateFixture( int nFxtId, double dDeltaAngDeg)
|
||||
return ( ExeRotateFixture( nFxtId, dDeltaAngDeg) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtSetFixtureLink( int nFxtId, const wchar_t* wsTaLink)
|
||||
{
|
||||
return ( ExeSetFixtureLink( nFxtId, wstrztoA( wsTaLink)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtMoveFixtureMobile( int nFxtId, double dDeltaMov)
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user