pitchEnabled property

bool? pitchEnabled
getter/setter pair

Whether the pitch gesture is enabled.

On web this does not affect ctrl+drag pitch; see pitchWithRotateEnabled for that. It does disable keyboard rotate/pitch (Shift+arrow keys), which share one flag with rotateEnabled on web.

Implementation

bool? pitchEnabled;