Translate non-keyboard input to keyboard input
This commit is contained in:
@@ -11,12 +11,9 @@
|
||||
#include "RageFile.h"
|
||||
#include "ScreenTextEntry.h"
|
||||
#include "ScreenManager.h"
|
||||
#include "VirtualKeyboard.h"
|
||||
#include <cstdlib>
|
||||
|
||||
#if defined(XBOX)
|
||||
#include "archutils/Xbox/VirtualKeyboard.h"
|
||||
#endif
|
||||
|
||||
#define EXISTINGBG_WIDTH THEME->GetMetricF(m_sName,"PackagesBGWidth")
|
||||
#define WEBBG_WIDTH THEME->GetMetricF(m_sName,"WebBGWidth")
|
||||
#define NUM_PACKAGES_SHOW THEME->GetMetricI(m_sName,"NumPackagesShow")
|
||||
@@ -162,9 +159,7 @@ void ScreenPackages::MenuStart( PlayerNumber pn )
|
||||
{
|
||||
if ( m_iLinksPos == 0 )
|
||||
{
|
||||
#if defined(XBOX)
|
||||
XBOX_VKB.Reset(VKMODE_PROFILE); // allow all characters
|
||||
#endif
|
||||
VIRTUALKB.Reset(VKMODE_PROFILE); // allow all characters
|
||||
SCREENMAN->TextEntry( SM_BackFromURL, "Enter URL:", "http://" );
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user