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

VUI: Scrolling/panning #525

Open
kpreid opened this issue Sep 20, 2024 · 0 comments
Open

VUI: Scrolling/panning #525

kpreid opened this issue Sep 20, 2024 · 0 comments
Labels
area: ui kind: feature Adding user-facing/developer-facing functionality

Comments

@kpreid
Copy link
Owner

kpreid commented Sep 20, 2024

When there is large content to display (or the window is a funny size), the UI must allow scrolling.

  • VUI view state includes a mutable camera position, and vui::PageLayout::view_transform() computes not just a single position but bounds within which it can move.
  • The camera position can be modified by one or more of:
    • scroll events (if a scroll wheel/touchpad is available)
    • touch drags
    • movement keys (if not already taken over by some other function like text input)
@kpreid kpreid added kind: feature Adding user-facing/developer-facing functionality area: ui labels Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: ui kind: feature Adding user-facing/developer-facing functionality
Projects
None yet
Development

No branches or pull requests

1 participant