Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README to include haptics #1761

Merged
merged 2 commits into from
Nov 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CppSamples/EditData/SnapGeometryEdits/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ Snapping can be used during interactive edits that move existing vertices using

Geometry guides are enabled by default when snapping is enabled. These allow for snapping to a point coinciding with, parallel to, perpendicular to or extending an existing geometry.

On supported platforms haptic feedback on `SnapState::SnappedToFeature` and `SnapState::SnappedToGeometryGuide` is enabled by default when snapping is enabled. Custom haptic feedback can be configured by setting `SnapSettings::isHapticFeedbackEnabled` to false and listening to `GeometryEditor::snapChanged` events to provide specific feedback depending on the `SnapState`.

## Tags

edit, feature, geometry editor, graphics, layers, map, snapping
Loading