EgtInterface 2.7f1 :
- aggiunta interfaccia per EgtSimEnableToolTipTrace.
This commit is contained in:
+8
-1
@@ -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)
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user