rotateGestureEnabled property

bool get rotateGestureEnabled

@brief Specifies whether rotation gestures (e.g., two-finger rotation) are enabled.

Dart code snippet: @snippet location_window_interaction_example.dart dart_LocationWindow_setRotateGestureEnabled

Implementation

bool get rotateGestureEnabled;
set rotateGestureEnabled (bool rotateGestureEnabled)

Implementation

void set rotateGestureEnabled(bool rotateGestureEnabled);