#How do you zoom in if your on laptop and have no mouse?
1 messages · Page 1 of 1 (latest)
on my computer, a 2-finger drag up/down with the mouse over the 3D view zooms in and out (which is just emulating the scroll wheel afaik)
does that work on your computer or no?
how do you use a computer without a mouse?
Trackpad
I use a laptop so it has the trackpad thingy
no I tried it, it doesn't work
seems like there needs to be a trackpad mode in the settings then...
i thought I asked this somewhere else... but what do you do on your computer to scroll discord or a webpage?
and... does that same gesture not work when the mouse is over the 3D view in-game?
I use two fingers to scroll on websites and stuff but it doesn't work on 3d games most of the time
in version 03B, you can now zoom by right-clicking and dragging in the viewport.
There is
https://docs.godotengine.org/en/stable/classes/class_inputeventmagnifygesture.html
&
https://docs.godotengine.org/en/stable/classes/class_inputeventpangesture.html
maybe that'd make sense for trackpad users too. (never used it myself)
Inherits: InputEventGesture< InputEventWithModifiers< InputEventFromWindow< InputEvent< Resource< RefCounted< Object Represents a magnifying touch gesture. Description: Stores the factor of a magni...
Inherits: InputEventGesture< InputEventWithModifiers< InputEventFromWindow< InputEvent< Resource< RefCounted< Object Represents a panning touch gesture. Description: Stores information about pan ge...
Unlike screentouchevent etc. it doesn't specifically mention that it's mobile only, so i assume it would work on multitouch trackpads
For future reference, Replicube uses 4.4.
oh true, yeah i know that, i was just overcompensating because of PGRC
But yeah, trackpad users should have options.