EgtInterface 2.7a4 :

- aggiunta interfaccia per funzione EgtSetFixtureLink.
This commit is contained in:
Dario Sassi
2025-01-31 09:01:32 +01:00
parent 60772489fb
commit 74a00d54a5
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -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)
BIN
View File
Binary file not shown.