EgtInterface 2.7f1 :

- aggiunta interfaccia per EgtSimEnableToolTipTrace.
This commit is contained in:
Dario Sassi
2025-06-08 19:22:02 +02:00
parent 0b1ba8c557
commit 1447d1d049
2 changed files with 8 additions and 1 deletions
+8 -1
View File
@@ -1912,7 +1912,7 @@ __stdcall EgtSimInit( void)
BOOL
__stdcall EgtSimStart( BOOL bFirst)
{
return ( ExeSimStart( bFirst ? TRUE : FALSE) ? TRUE : FALSE) ;
return ( ExeSimStart( bFirst != FALSE) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
@@ -1947,6 +1947,13 @@ __stdcall EgtSimSetUiStatus( int nUiStatus)
return ( ExeSimSetUiStatus( nUiStatus) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtSimEnableToolTipTrace( BOOL bEnable)
{
return ( ExeSimEnableToolTipTrace( bEnable != FALSE) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtSimGetAxisInfoPos( int nI, wchar_t*& wsName, wchar_t*& wsToken, BOOL* pbLinear, double* pdVal)
BIN
View File
Binary file not shown.