Right now I’m deciding which key the player should hold to move the camera . I was thinking about CTRL, but I’ve read the Ctrl + click means right click in Mac computers . I don’t want the camera to move like crazy when a mac user uses the right click .
So I’ve found some information, but some say it’s Ctrl+click, others Shift+click and Mac+click . Which one is interpreted by java as a right click ?
Thanks .