Files
2026-02-21 16:45:37 +08:00

7 lines
472 B
C#

using System;
[Obsolete("In Unity 4.6.4 and 5.0.0 Windows Store App support is still buggy. On devices with an attachable keyboard(mouse) like the Surface tablets from Microsoft the flag 'Input.simulateMouseWithTouches' must be disabled otherwise all sliders and draggable UI stops working after a while when used with touchscreen. Therefore, you must make sure to set 'Input.simulateMouseWithTouches=false;' in your project!!!")]
public class Win_Hacks2 : Attribute
{
}