This code fires when using a touch screen and a second finger is pressed:
if(Input.GetMouseButton(1)){
print("mouse 1");
}
Is this just a bug, or is there a setting I can adjust? This is Unity 5.6.1.