Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Edge barrier and real mouse coordinate off
Qt 6.11 is out! See what's new in the release blog

Edge barrier and real mouse coordinate off

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 280 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    azkali
    wrote on last edited by
    #1

    I am facing an issue where the edgebarrier system is preventing the mouse to move past the middle of the screen.
    This is due to the coordinate being completely off for some reason and not acknowleding for rotation, since the issue only happens in Landscape (and Inverted landscape) modes.
    The coordinates for the real mouse are still in Portrait mode.
    Touchscreen is fine since it is mapped differently as far as I can tell.

    The references are the following:
    https://gitlab.com/ubports/development/core/lomiri/-/tree/main/qml?ref_type=heads
    (specifically Shell.qml and OrientedShell.qml)
    and
    https://gitlab.com/ubports/development/core/qtmir/-/blob/main/src/platforms/mirserver/cursor.cpp?ref_type=heads

    The height and width of root element in lomiri are also always the portrait one.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved