-
Notifications
You must be signed in to change notification settings - Fork 486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Map mouse controls to trackpad #151
Comments
Original comment by Nate Koenig (Bitbucket: Nathan Koenig). |
Original comment by Steffi Paepcke (Bitbucket: spaepcke). We should avoid using Alt. We need to look into what the proper keyboard mapping would be. |
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters). How about Shift+Left Click dragging as an alternative to middle click dragging? I've implemented this in branch trackpad_rotate. |
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
Until 2.0 |
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters). |
Original comment by Nate Koenig (Bitbucket: Nathan Koenig). |
Original comment by Steffi Paepcke (Bitbucket: spaepcke). Hmm I can't remember why I said we shouldn't use Alt as the modifier...can anyone think of a reason? Unity uses Alt + Click/drag to rotate. I'll look into this a little more today/tomorrow. |
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters). Another interesting idea is holding down space while click-dragging, since the space bar is so close to the trackpad. This will be more difficult to implement, since the MouseEvent doesn't have info about the space bar. |
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).
hold down Shift while click dragging to rotate the 3D window |
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
|
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
|
Original report (archived issue) by Steffi Paepcke (Bitbucket: spaepcke).
For casual use, it would be good to provide users with the same mouse controls they get with the 3-button mouse
The text was updated successfully, but these errors were encountered: