I can’t seem to find out how to pan. I’ve tried everything that I can think of. Here’s what I’ve tried and what it does. I do not have a middle mouse button, but I use an AutoHotkey script to emulate the middle mouse button whenever I hold the left and right mouse buttons down.
Ctrl + Left Click: Nothing. Ctrl + Right Click: Nothing. Ctrl + Middle Mouse Button: Nothing.
Shift + Left Click: Nothing. Shift + Right Click: Nothing. Shift + Middle Mouse Button: Nothing.
Alt + Left Click: Nothing. Alt + Right Click: Allows me to zoom. Alt + Middle Mouse Button: Nothing.
Essentially the only thing I can do in the Scene editor, Tile Map editor and other editors is zoom via holding Alt and Right Click.
All help is appreciated, thanks. If there were a way to enable scroll bars or something on the editor that would also work for me.
The combination is alt + middle (wheel) button.
I think the problem with AHK middle button emulation is that first it sends one button (left or right, whichever was the first one) and then the middle button. I’ve been playing with it and if there was any key sent between alt and middle button then the panning will not work.
Could you try to emulate middle button with some other key?
Not in defold 1, I tried the pre-release defold2 and works fine but it’s slow idk why. Maybe it consumes too much ram. Even unity3d works faster on my laptop when selecting elements and moving around.
This should be in the documentation. At the moment it says:
Pan: Alt + left mouse button.
Pan (editor 1): Alt + Middle button (three button mouse) or Option + Ctrl + Mouse button (one button mouse)
First of all, Option vs Alt is not clear (I assume Option is for Mac keyboards, but I use Alt + Ctrl + Mouse just fine). Second, it doesn’t even hint at the possibility of changing the mode in Preferences.
Please add documentation issues directly on the documentation page. See the “Spotted an error” down to the bottom right? Click that and you’ll send the note directly to @sicher so he can collect all doc fixes.