cleanup
This commit is contained in:
@@ -39,10 +39,12 @@ wchar_t VirtualKeyboard::Translate( const DeviceInput& DeviceI, const MenuInput
|
|||||||
if(button == MENU_BUTTON_RIGHT)
|
if(button == MENU_BUTTON_RIGHT)
|
||||||
{
|
{
|
||||||
*nextChar = true;
|
*nextChar = true;
|
||||||
if(currentMode == VKMODE_PROFILE)
|
switch( currentMode )
|
||||||
return ' ';
|
{
|
||||||
else
|
case VKMODE_PROFILE: return ' ';
|
||||||
return '0';
|
case VKMODE_IP: return '0';
|
||||||
|
default: FAIL_M( ssprintf("%i", currentMode) );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else if(button == MENU_BUTTON_UP)
|
else if(button == MENU_BUTTON_UP)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user