1. 11 Apr, 2019 2 commits
  2. 10 Apr, 2019 2 commits
  3. 05 Apr, 2019 2 commits
  4. 04 Apr, 2019 2 commits
    • Tong Mu's avatar
      Touching the screen adds `0x01` to buttons (#30457) · 13101c1a
      Tong Mu authored
      * Add constants `kPrimaryButton`, `kTouchContact` and `kStylusContact`
      * PointerDownEvent and PointerMoveEvent will always set the 0x01 bit on buttons
      Unverified
      13101c1a
    • Tong Mu's avatar
      Fix edge cases of PointerEventConverter (#29998) · 423cf223
      Tong Mu authored
      * Fix: ui.PointerChange.remove might contain position change, but we used to expand it into a Cancel and Remove, neither of which allows position change. A Hover event is added, and a test is updated accordingly.
      * Fixed the issue where a PointerMoveEvent and a PointerCancelEvent do not receive the correct pressure.
      * Refactor the calculation of delta into deltaTo.
      Unverified
      423cf223
  5. 01 Apr, 2019 1 commit
  6. 27 Mar, 2019 1 commit
  7. 22 Mar, 2019 1 commit
  8. 20 Mar, 2019 1 commit
  9. 11 Mar, 2019 2 commits
    • Dwayne Slater's avatar
      Fix MouseTracker annotation leak (#28990) · b19df00c
      Dwayne Slater authored
      * Fix MouseTracker annotation leak
      
      Map's remove method is typed `remove(Object key)`, which can cause bugs.
      
      Modified the existing test to check if the annotation has been removed
      from MouseTracker.
      b19df00c
    • stuartmorgan's avatar
      Add support for scrollwheels (#22762) · 5922a40e
      stuartmorgan authored
      Adds support for discrete scroll events, such as those sent by a scroll wheel.
      
      Includes the plumbing to convert, dispatch, and handle these events, as well as
      Scrollable support for consuming them.
      Unverified
      5922a40e
  10. 09 Mar, 2019 1 commit
  11. 06 Mar, 2019 2 commits
  12. 01 Mar, 2019 2 commits
  13. 27 Feb, 2019 1 commit
  14. 26 Feb, 2019 1 commit
  15. 25 Feb, 2019 3 commits
  16. 21 Feb, 2019 1 commit
  17. 20 Feb, 2019 1 commit
  18. 13 Feb, 2019 1 commit
  19. 12 Feb, 2019 1 commit
  20. 05 Feb, 2019 1 commit
  21. 30 Jan, 2019 1 commit
  22. 29 Jan, 2019 2 commits
  23. 23 Jan, 2019 1 commit
  24. 18 Jan, 2019 1 commit
  25. 17 Jan, 2019 1 commit
  26. 09 Jan, 2019 1 commit
  27. 08 Jan, 2019 1 commit
  28. 07 Jan, 2019 1 commit
  29. 20 Dec, 2018 1 commit
  30. 18 Dec, 2018 1 commit