forked from cafeberry/cafeberry
fix: fixed Xbox 360 build issues
This commit is contained in:
@@ -389,7 +389,7 @@ public:
|
||||
static HRESULT SetTooltipText( unsigned int iPad, unsigned int tooltip, int iTextID );
|
||||
static HRESULT SetEnableTooltips( unsigned int iPad, BOOL bVal );
|
||||
static HRESULT ShowTooltip( unsigned int iPad, unsigned int tooltip, bool show );
|
||||
static HRESULT SetTooltips( unsigned int iPad, int iA, int iB=-1, int iX=-1, int iY=-1 , int iLT=-1, int iRT=-1, int iLB=-1, int iRB=-1, int iLS=-1, bool forceUpdate = false);
|
||||
static HRESULT SetTooltips( unsigned int iPad, int iA, int iB=-1, int iX=-1, int iY=-1 , int iLT=-1, int iRT=-1, int iLB=-1, int iRB=-1, int iLS=-1, int iRS=-1, int iBack=-1, bool forceUpdate = false);
|
||||
static HRESULT RefreshTooltips( unsigned int iPad);
|
||||
static HRESULT EnableTooltip( unsigned int iPad, unsigned int tooltip, bool enable );
|
||||
static HRESULT SetTooltipsEnabled( unsigned int iPad, bool bA = true, bool bB = true, bool bX = true, bool bY = true, bool bLT = true, bool bRT = true, bool bLB = true, bool bRB=true, bool bLS=true);
|
||||
|
||||
Reference in New Issue
Block a user