-2

Is there is any way to add mouse and trackpad's gesture like scrolling in simulator screen.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
SRIKANTH
  • 15
  • 3

1 Answers1

0

Yes, but you would have to create a Mac app that got these events and then translated them to what the simulator was expecting

This project:

https://code.google.com/archive/p/accelerometer-simulator/

Tries to do something similar but with the accelerometer (since MacBooks have one).

This answer links to some tutorials that show you how to do what that project is doing: https://stackoverflow.com/a/16558215/3937

Lou Franco
  • 87,846
  • 14
  • 132
  • 192