tiltGesturesEnabled property

bool get tiltGesturesEnabled

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

Dart code snippet: @snippet location_window_interaction_example.dart dart_LocationWindow_setTiltGesturesEnabled

Implementation

bool get tiltGesturesEnabled;
set tiltGesturesEnabled (bool tiltGesturesEnabled)

Implementation

void set tiltGesturesEnabled(bool tiltGesturesEnabled);