Mobile input still enable

Hi,

If I turn off mobile input (disable) , switches to menu is ok, but in game always on.

Windows Store platform still on:
#if MOBILE_INPUT
Debug.Log(“Still on”);
#endif

Desktop is ok, but how i can export application fot windows store and mobile input off? (Windows Store not windows mobile)
thanks

unity: 5.1.3f

I replaced CrossPlatformInputManager for input #if wm80 81 but it probably is not the right solution