Skip to content

Timeline: Update viewer documentation #107

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

Merged
merged 1 commit into from
Apr 7, 2025
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
12 changes: 6 additions & 6 deletions layer_gpu_timeline/README_LAYER.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@ Navigation uses the mouse:
* Zoom: Mouse wheel.
* Pan: Middle mouse button, hold and drag.

Selecting active events:
Selecting a set of active events:

* Select event:
* Left click to select/deselect
* Shift + Left click to add to selection
* Left click and drag to select multiple selection
* Select events:
* Left click/drag to create a new selection
* <kbd>Ctrl</kbd> + Left click/drag to add to existing selection
* <kbd>Shift</kbd> + Left click/drag to remove from existing selection
* Select events by group:
* Right click on an event, and use context menu
* Right click on an event, and use context menu to create a new selection
* Group options available include:
* By frame
* By Vulkan queue submit
Expand Down