Translate non-keyboard input to keyboard input

This commit is contained in:
Ryan Dortmans
2004-11-26 23:33:07 +00:00
parent e2d265993f
commit 7bbfaaa061
12 changed files with 347 additions and 56 deletions
+2 -7
View File
@@ -8,10 +8,7 @@
#include "ScreenManager.h"
#include "ScreenTextEntry.h"
#include "ScreenPrompt.h"
#if defined(XBOX)
#include "archutils/Xbox/VirtualKeyboard.h"
#endif
#include "VirtualKeyboard.h"
enum {
@@ -179,9 +176,7 @@ void ScreenProfileOptions::MenuStart( PlayerNumber pn, const InputEventType type
{
case PO_CREATE_NEW:
#if defined(XBOX)
XBOX_VKB.Reset(VKMODE_PROFILE); // set the xbox virtual keyboard to profile mode
#endif
VIRTUALKB.Reset(VKMODE_PROFILE); // set the xbox virtual keyboard to profile mode
SCREENMAN->TextEntry( SM_DoneCreating, "Enter a profile name", "", NULL );
break;