forgot this too
This commit is contained in:
@@ -315,11 +315,13 @@ void ScreenInstallOverlay::Init()
|
|||||||
|
|
||||||
bool ScreenInstallOverlay::OverlayInput( const InputEventPlus &input )
|
bool ScreenInstallOverlay::OverlayInput( const InputEventPlus &input )
|
||||||
{
|
{
|
||||||
|
/*
|
||||||
if( input.DeviceI.button == g_buttonLogin && input.type == IET_FIRST_PRESS )
|
if( input.DeviceI.button == g_buttonLogin && input.type == IET_FIRST_PRESS )
|
||||||
{
|
{
|
||||||
//HOOKS->GoToURL("http://www.stepmania.com/launch.php");
|
HOOKS->GoToURL("http://www.stepmania.com/launch.php");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user