pitchWithRotateEnabled property
getter/setter pair
Whether Ctrl + drag combines rotate and pitch into one motion. Web only; has no effect on Android or iOS.
Independent of pitchEnabled, which does not cover ctrl+drag pitch on web. Not independent of rotateEnabled: disabling rotate disables ctrl+drag pitch too, since both share a handler.
Implementation
bool? pitchWithRotateEnabled;