Is there a way to differentiate left/right mouse clicks in iPhone Simulator?
For testing it would be great if I could differentiate clicking in the iPhone Simulator between left/right mouse 开发者_如何学JAVAbuttons. Or alternatively using the keyboard to generate these clicks. Anyone done this before? Either through code or an external tool?
Only different type of touch that you can get in the iOS Simulator are 2-finger gestures. While holding alt, you get 2 circles which represent 2 fingers. When you move the move, you perform rotating gesture. If you want to move those 2 "fingers", hold shift too.
You can't right click on the device... so what would the point be of attempting to recreate this in the simulator?
It seems there is no visible way to implement this type of action in the simulator
精彩评论