Skip to content
Snippets Groups Projects
  1. Jun 08, 2023
  2. Jun 07, 2023
  3. Jun 02, 2023
  4. Jun 01, 2023
  5. May 31, 2023
  6. May 30, 2023
    • Shawn Rutledge's avatar
      Doc: Fix description of input events for 2D items · a606f983
      Shawn Rutledge authored
      
      Since 09a0e24b we support
      pointing-device input on 2D Item-based subscenes: the 2D content is
      treated as an infinite plane oriented in 3D space.  We also support
      input on 2D content mapped as a texture onto 3D objects, but that's
      covered in docs for Texture.sourceItem rather than in
      "Qt Quick 3D Scenes with 2D Content". Keyboard focus can also be given
      to TextInput and such by clicking on them, as usual.
      
      4dd8663c temporarily disabled it in 6.1,
      but that was reverted in 98ebf11e, thus
      2D input became fully supported in 6.2.0.
      
      The fact that we check childrenRect() can be confirmed by reading
      QQuick3DViewport::internalPick(). And actual functionality can be
      checked by running
        $ qml tests/auto/quick3d_visual/input/data/item2d.qml
      
      Amends 866329ac
      
      Fixes: QTBUG-113701
      Task-number: QTBUG-84870
      Task-number: QTBUG-92944
      Pick-to: 6.5 6.2
      Change-Id: I3362acd5edf643a961fe3002545e476d0ad1e319
      Reviewed-by: default avatarTopi Reiniö <topi.reinio@qt.io>
      Reviewed-by: default avatarFabian Kosmale <fabian.kosmale@qt.io>
      a606f983
  7. May 29, 2023
  8. May 26, 2023
  9. May 25, 2023
  10. May 24, 2023
  11. May 23, 2023
  12. May 22, 2023
Loading