mirror of
https://forge.banditvault.co.uk/racoon/MinecraftConsoles.git
synced 2026-06-26 04:15:43 +00:00
feat: Add LceLive Invites functionality and UI integration
This commit is contained in:
@@ -483,6 +483,8 @@ void UIScene_LoadOrJoinMenu::updateTooltips()
|
||||
|
||||
#if defined(__PS3__) || defined(__ORBIS__) || defined(__PSVITA__)
|
||||
if(m_iPad == ProfileManager.GetPrimaryPad() ) iY = IDS_TOOLTIPS_GAME_INVITES;
|
||||
#elif defined(_WINDOWS64)
|
||||
if(m_iPad == ProfileManager.GetPrimaryPad() ) iY = IDS_TOOLTIPS_GAME_INVITES;
|
||||
#endif
|
||||
|
||||
if(ProfileManager.IsFullVersion()==false )
|
||||
@@ -1268,6 +1270,12 @@ void UIScene_LoadOrJoinMenu::handleInput(int iPad, int key, bool repeat, bool pr
|
||||
#endif
|
||||
}
|
||||
}
|
||||
#elif defined(_WINDOWS64)
|
||||
if(pressed && !repeat && iPad == ProfileManager.GetPrimaryPad())
|
||||
{
|
||||
ui.NavigateToScene(m_iPad, eUIScene_LceLiveRequests);
|
||||
handled = true;
|
||||
}
|
||||
#elif defined(_DURANGO)
|
||||
if(getControlFocus() == eControl_GamesList && m_buttonListGames.getItemCount() > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user